mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
content: fix typo in Queue questions
This commit is contained in:
@ -67,7 +67,7 @@ Most languages don't have a built in Queue class which to be used, and candidate
|
||||
|
||||
_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)
|
||||
- [Implement Stack using Queues](https://leetcode.com/problems/implement-stack-using-queues)
|
||||
|
||||
## Recommended practice questions
|
||||
|
||||
|
Reference in New Issue
Block a user