1.58K subscribers
599 photos
1 file
971 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
https://leetcode.com/problems/climbing-stairs/description/

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

Min sum moving bottom center, left, right in 2D matrix.
👍1
https://leetcode.com/problems/house-robber/description/

Max sum to rob non adjacent items in array.
👍4
https://leetcode.com/problems/set-mismatch/description

Return missing and duplicated number in 1..n array with one number replaced.
👍4
👍3
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/description/

Count can-form-a-palindrome paths root-leaf in a binary tree.
👍4
👍2
https://leetcode.com/problems/out-of-boundary-paths/description/

Number of paths from cell in grid to out of boundary.
👍2
https://leetcode.com/problems/k-inverse-pairs-array/description

Number of arrays of 1..n with k reversed order pairs.
👍3
👍3
https://leetcode.com/problems/sequential-digits/description

Numbers with sequential digits in low..high range.
👍4
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.
👍3
https://leetcode.com/problems/minimum-window-substring/description

Minimum window of s including all chars of t.
👍3