https://github.com/goodluckh/algo-visualized
Visualization is the best way to learn and have fun.
https://github.com/goodluckh/algo-visualized
Last synced: 10 months ago
JSON representation
Visualization is the best way to learn and have fun.
- Host: GitHub
- URL: https://github.com/goodluckh/algo-visualized
- Owner: GoodluckH
- License: mit
- Created: 2021-06-15T21:36:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T16:46:17.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T03:28:53.325Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://algo-visualized.netlify.app
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algo Visualizer
Dealing with path-finding algorithms can be frustrating if one cannot develop some intuition around how they work. By building an online visualizer for some of the most common path-finding algorithms, I was able to reinforce a lot of what I've learned by implementing them from scratch.
To learn more about algorithms and data structures, I have a repo dedicated for that. [Check it out](https://github.com/GoodluckH/learn/tree/main/Computer%20Science).
The project is rudimentary at this stage but I plan to add more features such as setting up obstacles, automaticaly sizing the canvas based on user device, better animations, and more. Feel free to fork this project out if you find it helpful!