From 04e12c6dae45d0ed619b2c40bb07563d41027f47 Mon Sep 17 00:00:00 2001 From: Denesh <34817364+developerdenesh@users.noreply.github.com> Date: Mon, 21 Nov 2022 00:50:29 +0800 Subject: [PATCH] Changing link for Implement Stack using Queues --- apps/website/contents/algorithms/stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/contents/algorithms/stack.md b/apps/website/contents/algorithms/stack.md index e30a8b58..2b8889cc 100644 --- a/apps/website/contents/algorithms/stack.md +++ b/apps/website/contents/algorithms/stack.md @@ -74,7 +74,7 @@ _These are essential questions to practice if you're studying for this topic._ _These are recommended questions to practice after you have studied for the topic and have practiced the essential questions._ -- [Implement Stack using Queues](https://leetcode.com/problems/implement-queue-using-stacks) +- [Implement Stack using Queues](https://leetcode.com/problems/implement-stack-using-queues/) - [Min Stack](https://leetcode.com/problems/min-stack) - [Asteroid Collision](https://leetcode.com/problems/asteroid-collision) - [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation)