mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-27 20:22:33 +08:00
contents(algo): split recommended qns into essential vs practice
This commit is contained in:
@ -63,10 +63,17 @@ Most languages don't have a built in Queue class which to be used, and candidate
|
||||
- Queue with one item
|
||||
- Queue with two items
|
||||
|
||||
## Recommended questions
|
||||
## Essential questions
|
||||
|
||||
_These are essential questions to practice if you're studying for this topic._
|
||||
|
||||
- [Implement Stack using Queues](https://leetcode.com/problems/implement-queue-using-stacks)
|
||||
|
||||
## Recommended practice questions
|
||||
|
||||
_These are recommended questions to practice after you have studied for the topic and have practiced the essential questions._
|
||||
|
||||
- [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks)
|
||||
- [Implement Stack using Queues](https://leetcode.com/problems/implement-queue-using-stacks)
|
||||
- [Design Circular Queue](https://leetcode.com/problems/design-circular-queue)
|
||||
- [Design Hit Counter (LeetCode Premium)](https://leetcode.com/problems/design-hit-counter)
|
||||
|
||||
|
Reference in New Issue
Block a user