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