We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfbabb commit ce8f3c6Copy full SHA for ce8f3c6
apps/website/contents/algorithms/stack.md
@@ -74,7 +74,7 @@ _These are essential questions to practice if you're studying for this topic._
74
75
_These are recommended questions to practice after you have studied for the topic and have practiced the essential questions._
76
77
-- [Implement Stack using Queues](https://leetcode.com/problems/implement-queue-using-stacks)
+- [Implement Stack using Queues](https://leetcode.com/problems/implement-stack-using-queues/)
78
- [Min Stack](https://leetcode.com/problems/min-stack)
79
- [Asteroid Collision](https://leetcode.com/problems/asteroid-collision)
80
- [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation)
0 commit comments