1.64K subscribers
635 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
# 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
# 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
# 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
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
# 28.08.2025
[3446. Sort Matrix by Diagonals](https://leetcode.com/problems/sort-matrix-by-diagonals/description/) medium


Sort bottom left and top right diagonals #medium #matrix
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 29.08.2025
[3021. Alice and Bob Playing Flower Game](https://leetcode.com/problems/alice-and-bob-playing-flower-game/description) medium


Pairs x=1..n * y=1..m for Alice to win in take from (x+y) game #medium
👍2
# 30.08.2025
[36. Valid Sudoku](https://leetcode.com/problems/valid-sudoku/description/) medium


Validate sudoku has no duplicates #medium
👍2