Solutions to some Leetcode problems.
Go to file
ktkovachev c7048b8b19
Solve 1700. Number of Students Unable to Eat Lunch
Using a deque to improve the speed of removing from the left side of the queue and rotating students to the back of the queue (from O(n) to O(1) amortized).
2024-04-08 16:04:43 +01:00
python Solve 1700. Number of Students Unable to Eat Lunch 2024-04-08 16:04:43 +01:00
rust Add newline to 2778 solution 2024-03-08 21:05:31 +00:00