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
👍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
https://leetcode.com/problems/largest-divisible-subset/description

Longest subset of divisible by s[i] % s[j] == 0 || s[j] % s[i] == 0.
👍1👎1
https://leetcode.com/problems/cherry-pickup-ii/description/

Maximum paths sum of two robots top-down in XY grid.
👍3
🔥3
👍3
https://leetcode.com/problems/find-polygon-with-the-largest-perimeter/description/

The largest subset sum(a[..i]) > a[i + 1] where a is a subset of array.
👍3