1.68K subscribers
654 photos
18 videos
1 file
1.04K links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
# 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
This media is not supported in your browser
VIEW IN TELEGRAM
# 14.08.2025
[2264. Largest 3-Same-Digit Number in String](https://leetcode.com/problems/largest-3-same-digit-number-in-string/description/) easy


Max 3-digit in string #easy
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 16.08.2025
[1323. Maximum 69 Number](https://leetcode.com/problems/maximum-69-number/description) easy

Bigger number by replacing 6 to 9 #easy
👍21
This media is not supported in your browser
VIEW IN TELEGRAM
i think it's a round date for `leet`code
3👍1🔥1🫡1
# 17.08.2025
[837. New 21 Game](https://leetcode.com/problems/new-21-game/description) medium

Probability sum of random(1..m) less than n when stop adding at k #medium #math #probability
👍1
# 18.08.2025
[679. 24 Game](https://leetcode.com/problems/24-game/description) hard

Can a,b,c,d = 24 with ops */+-() #hard #backtracking #math
👍1
# 19.08.2025
[2348. Number of Zero-Filled Subarrays](https://leetcode.com/problems/number-of-zero-filled-subarrays/description) medium


Count 0-subarrays #medium #counting
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 20.08.2025
[1277. Count Square Submatrices with All Ones](https://leetcode.com/problems/count-square-submatrices-with-all-ones/description/) medium


Count square islands of 1 #medium #dp
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 22.08.2025
[3195. Find the Minimum Area to Cover All Ones I](https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-i/description/) medium


Min all-1 rectangle #medium
👍1
# 23.08.2025
[3197. Find the Minimum Area to Cover All Ones II](https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-ii/description/) hard


Min sum all-1 areas of 3-split #hard
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
# 24.08.2025
[1493. Longest Subarray of 1's After Deleting One Element](https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element/description/) medium


Max 1-subarray after removing one elemnt #medium #two_pointers
👍3
# 25.08.2025
[498. Diagonal Traverse](https://leetcode.com/problems/diagonal-traverse/description) medium


Matrix diagonal traversal #medium
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
# 26.08.2025
[3000. Maximum Area of Longest Diagonal Rectangle](https://leetcode.com/problems/maximum-area-of-longest-diagonal-rectangle/description/) medium


Max area of max diagonal rectangles #easy
👍3