Skip to content

Commit 05bb52a

Browse files
committed
update project version
1 parent 0d04a0b commit 05bb52a

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

Assets/banner.png

73 KB
Loading

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![](https://raw.githubusercontent.com/TamimEhsan/AlgorithmVisualizer/master/Assets/homepage.JPG)
21

2+
![banner](Assets/banner.png)
33
# Algorithm Visualizer
44

55
A better visualization of different algorithms made with React.
@@ -8,7 +8,7 @@ Visit : https://tamimehsan.github.io/AlgorithmVisualizer/
88

99
![Visitor Count](https://visitor-badge.laobi.icu/badge?page_id=TamimEhsan.AlgorithmVisualizer)
1010

11-
This is made to be the second version of my previous pathfinding project made with C++ igraphics. But then added some more visualizations too.
11+
Explore more than 24 algorithms with step by step visualization simplifying the learning process and making it more engaging for a better understanding.
1212

1313
So far there are 6 segments
1414
- Pathfinder
@@ -56,13 +56,14 @@ I have implemented a total of `24 algorithms` so far. And will try to add more l
5656

5757

5858

59-
59+
### Contribution
6060
I am not sure if anyone would like to contribute to this project or not. But any kind of contributions are welcomes. Also if you like this please star this repo. It keeps me motivated.
6161

6262
### Special Features addition timeline
6363

6464
- Commit 16: Added Flip Move animation to inplace sorting components
6565
- Commit 20: Added Tree Structure
66+
- 13 Dec 2024: Release v2.0.0: Migrate the project from legacy project to next js with shadcn ui [#3](https://github.com/TamimEhsan/AlgorithmVisualizer/pull/3)
6667

6768
### Acknowledgement
6869

@@ -79,21 +80,11 @@ Make sure you have node installed in your system. Then run
7980
npm i
8081
npm run start
8182
```
82-
This will start the app in `http://localhost:3000/AlgorithmVisualizer#/`
83-
84-
### Note to self:
85-
86-
To deploy recent changes to page
87-
88-
```
89-
npm run build
90-
npm run deploy
91-
```
92-
93-
83+
This will start the app in `http://localhost:3000/AlgorithmVisualizer`
9484

9585
### Inspiration for next sections
9686

9787
- [University of San Francisco Site](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
98-
-[algorithm-visualizer](https://github.com/algorithm-visualizer) / [algorithm-visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer)
88+
-[algorithm-visualizer](https://github.com/algorithm-visualizer)
89+
- [National University of Singapore Site](https://visualgo.net/en)
9990

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algorithm-visualizer",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"homepage": "http://tamimehsan.github.io/AlgorithmVisualizer",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)