From d5da3288e023b177a388d38c0abe3856a0e474e2 Mon Sep 17 00:00:00 2001 From: Rishav Raj Bhagat Date: Sun, 6 Oct 2024 14:02:35 +0530 Subject: [PATCH] Update StackVisualizer.md --- Projects/1-Beginner/StackVisualizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/StackVisualizer.md b/Projects/1-Beginner/StackVisualizer.md index 1b06ccf9..3e69e197 100644 --- a/Projects/1-Beginner/StackVisualizer.md +++ b/Projects/1-Beginner/StackVisualizer.md @@ -72,5 +72,5 @@ Here are a few example projects that have similar functionality to your **Stack - **[Algorithm Visualizer](https://algorithm-visualizer.org/)** A platform that visualizes algorithms and data structures, including stacks. It’s a well-designed tool that showcases the use of stack operations in solving different algorithms. -- **[Stack Data Structure Visualizer (CodePen)](https://rishav123raj.github.io/StackVisualizer/)** +- **[Stack Data Structure Visualizer](https://rishav123raj.github.io/StackVisualizer/)** A simple visualizer for stack operations using JavaScript and basic HTML/CSS. This is a basic implementation, and you can expand it further with more interactive features.