1.64K subscribers
639 photos
15 videos
1 file
1.03K links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
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
👍4
# 01.09.2025
[1792. Maximum Average Pass Ratio](https://leetcode.com/problems/maximum-average-pass-ratio/description) medium

Max avg ratio after assigning extra to ratios #medium
👍2
# 02.09.2025
[3025. Find the Number of Ways to Place People I](https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i/description/) medium


Left-top, bottom-right pairs with empty rectangles #medium
👍2
# 03.09.2025
[3027. Find the Number of Ways to Place People II](https://leetcode.com/problems/find-the-number-of-ways-to-place-people-ii/description/) hard


Left-top, bottom-right pairs with empty rectangles #medium #geometry
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
# 05.09.2025
[2749. Minimum Operations to Make the Integer Zero](https://leetcode.com/problems/minimum-operations-to-make-the-integer-zero/description/) medium


Min ops to subtract n2+2^(0..60) from n1 and make n1=0 #medium