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
# 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