You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
12
12
13
13
So far there are 6 segments
14
14
- Pathfinder
@@ -56,13 +56,14 @@ I have implemented a total of `24 algorithms` so far. And will try to add more l
56
56
57
57
58
58
59
-
59
+
### Contribution
60
60
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.
- 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)
66
67
67
68
### Acknowledgement
68
69
@@ -79,21 +80,11 @@ Make sure you have node installed in your system. Then run
79
80
npm i
80
81
npm run start
81
82
```
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`
94
84
95
85
### Inspiration for next sections
96
86
97
87
-[University of San Francisco Site](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
0 commit comments