1.58K subscribers
602 photos
1 file
974 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
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
march23.webm
59.3 KB
Congrats everyone who grind this month💪
🔥4🎉2
👍1
https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/description/

First sandwitch not eaten by any while popped from a queue #easy
👍1
https://leetcode.com/problems/time-needed-to-buy-tickets/description/

Seconds to buy tickets by k-th person in a rotating 1 second queue #easy
👍2