1.64K subscribers
639 photos
13 videos
1 file
1.02K links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
# 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
# 4.08.2025
[904. Fruit Into Baskets](https://leetcode.com/problems/fruit-into-baskets/description/) medium

Max consequent two-types range #medium #counting
👍1
# 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
# 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
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