1.58K subscribers
600 photos
1 file
972 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
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
isn't it scary
🎉9
https://leetcode.com/problems/furthest-building-you-can-reach/description

Max index to climb diff = a[i +1] - a[i] > 0 using bricks -= diff and ladders-- for each.
👍3
https://leetcode.com/problems/meeting-rooms-iii/description

Most frequent room of 0..<n where each meeting[i]=[start, end) takes or delays until first available.
👍2