1.59K subscribers
611 photos
1 file
983 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
January 15, 2024
January 16, 2024
January 17, 2024
https://leetcode.com/problems/climbing-stairs/description/

Ways to climb n stairs by 1 or 2 steps.
January 18, 2024
https://leetcode.com/problems/minimum-falling-path-sum/description/

Min sum moving bottom center, left, right in 2D matrix.
January 19, 2024
January 20, 2024
https://leetcode.com/problems/house-robber/description/

Max sum to rob non adjacent items in array.
January 21, 2024
https://leetcode.com/problems/set-mismatch/description

Return missing and duplicated number in 1..n array with one number replaced.
January 22, 2024
January 23, 2024
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/description/

Count can-form-a-palindrome paths root-leaf in a binary tree.
January 24, 2024
January 25, 2024
https://leetcode.com/problems/out-of-boundary-paths/description/

Number of paths from cell in grid to out of boundary.
January 26, 2024
https://leetcode.com/problems/k-inverse-pairs-array/description

Number of arrays of 1..n with k reversed order pairs.
January 27, 2024
January 30, 2024
January 31, 2024
February 1, 2024
https://leetcode.com/problems/sequential-digits/description

Numbers with sequential digits in low..high range.
February 2, 2024
https://leetcode.com/problems/partition-array-for-maximum-sum/description/

Max sum of partition array into chunks size of at most k filled with max value in chunk.
February 3, 2024