tech-interview-handbook/algorithms/queue.md

5 lines
124 B

Queue
==
- Implement a Queue class from scratch with an existing bug, the bug is that it cannot take more than 5 elements.