1.62K subscribers
627 photos
4 videos
1 file
1K links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
# 25.07.2025
[3487. Maximum Unique Subarray Sum After Deletion](https://leetcode.com/problems/maximum-unique-subarray-sum-after-deletion/description/) easy

Max non-empty uniq subsequence sum #easy
👍3
# 26.07.2025
[3480. Maximize Subarrays After Removing One Conflicting Pair](https://leetcode.com/problems/maximize-subarrays-after-removing-one-conflicting-pair/description/) hard


Max subarrays count without excluded pairs-1 #hard #greedy #line_sweep
👍1
# 27.07.2025
[2210. Count Hills and Valleys in an Array](https://leetcode.com/problems/count-hills-and-valleys-in-an-array/description/) easy

Count hills and valleys #easy
👍1
# 28.07.2025
[2044. Count Number of Maximum Bitwise-OR Subsets](https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsets/description/) medium


Subsequencies with max OR #medium #bits #backtrack
👍2
# 29.07.2025
[2411. Smallest Subarrays With Maximum Bitwise OR](https://leetcode.com/problems/smallest-subarrays-with-maximum-bitwise-or/description/) medium


Shortest max OR i.. subarrays #medium #two_pointers
👍1
# 30.07.2025
[2419. Longest Subarray With Maximum Bitwise AND](https://leetcode.com/problems/longest-subarray-with-maximum-bitwise-and/description/) medium


Longest max OR subarray #medium #counting
👍1
# 31.07.2025
[898. Bitwise ORs of Subarrays](https://leetcode.com/problems/bitwise-ors-of-subarrays/description) medium


Uniq OR-subarrays #medium #dp #bits
👍2
# 1.08.2025
[118. Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/description/) easy


Pascal's Triangle #easy
👍2
# 2.08.2025
[2561. Rearranging Fruits](https://leetcode.com/problems/rearranging-fruits/description/) hard

Min swaps cost to make a==b #hard #greedy
👍1
# 3.08.2025
[2106. Maximum Fruits Harvested After at Most K Steps](https://leetcode.com/problems/maximum-fruits-harvested-after-at-most-k-steps/description/) hard


Max values k steps from start point #hard #sliding_window
👍2
# 4.08.2025
[904. Fruit Into Baskets](https://leetcode.com/problems/fruit-into-baskets/description/) medium

Max consequent two-types range #medium #counting
👍1
# 5.08.2025
[3477. Fruits Into Baskets II](https://leetcode.com/problems/fruits-into-baskets-ii/description/) easy


Place fruits left to right to first available bucket #easy #simulation
👍2
# 6.08.2025
[3479. Fruits Into Baskets III](https://leetcode.com/problems/fruits-into-baskets-iii/description) medium

Place fruits left to right to first available bucket #medium #segment_tree
👍1🔥1
# 7.08.2025
[3363. Find the Maximum Number of Fruits Collected](https://leetcode.com/problems/find-the-maximum-number-of-fruits-collected/description) hard


Max 3 paths from corners to bottom end #hard
👍1
# 8.08.2025
[808. Soup Servings](https://leetcode.com/problems/soup-servings/description/) medium


Probability A empty first plus both empty /2 #medium #dp #probability
👍1
# 9.08.2025
[231. Power of Two](https://leetcode.com/problems/power-of-two/description/) easy


Is int 32 power of 2? #easy #bits
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 10.08.2025
[869. Reordered Power of 2](https://leetcode.com/problems/reordered-power-of-2/description/) medium


Rearrange digits to make power of two #medium #dfs #bits
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 11.08.2025
[2438. Range Product Queries of Powers](https://leetcode.com/problems/range-product-queries-of-powers/description) medium


Range product queries of powers of two from n #medium
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 12.08.2025
[2787. Ways to Express an Integer as Sum of Powers](https://leetcode.com/problems/ways-to-express-an-integer-as-sum-of-powers/description/) medium

Ways to make n by sum of a^x+b^x+... #medium #dp
👍1