Skip to content

Commit ce8f3c6

Browse files
[website][fix]: change LC link for Implement Stack using Queues (#557)
1 parent cdfbabb commit ce8f3c6

File tree

1 file changed

+1
-1
lines changed
  • apps/website/contents/algorithms

1 file changed

+1
-1
lines changed

apps/website/contents/algorithms/stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _These are essential questions to practice if you're studying for this topic._
7474

7575
_These are recommended questions to practice after you have studied for the topic and have practiced the essential questions._
7676

77-
- [Implement Stack using Queues](https://leetcode.com/problems/implement-queue-using-stacks)
77+
- [Implement Stack using Queues](https://leetcode.com/problems/implement-stack-using-queues/)
7878
- [Min Stack](https://leetcode.com/problems/min-stack)
7979
- [Asteroid Collision](https://leetcode.com/problems/asteroid-collision)
8080
- [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation)

0 commit comments

Comments
 (0)