1.58K subscribers
601 photos
1 file
973 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
👍3
👍2
https://leetcode.com/problems/insert-interval/description/

Insert interval into a sorted intervals array #medium
👍2
https://leetcode.com/problems/task-scheduler/description/

Count CPU cycles if task can't run twice in n cycles #medium
👍3
https://leetcode.com/problems/reorder-list/description/

Reorder Linked List 1->2->3->4->5 -> 1->5->2->4->3 #medium
👍2
https://leetcode.com/problems/find-the-duplicate-number/description/

Duplicate single number in 1..n array, no extra memory #medium
👍2
https://leetcode.com/problems/first-missing-positive/description/

First number 1.. not presented in the array, O(1) space #hard
👍3