https://github.com/indiecodermm/algo-lab
Collections of interesting algorithms. Visualized using p5.js library.
https://github.com/indiecodermm/algo-lab
algorithm astar-pathfinding conways-game-of-life p5-sketches sorting-algorithms wavefunctioncollapse
Last synced: 3 months ago
JSON representation
Collections of interesting algorithms. Visualized using p5.js library.
- Host: GitHub
- URL: https://github.com/indiecodermm/algo-lab
- Owner: IndieCoderMM
- Created: 2022-08-20T16:05:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T12:04:53.000Z (over 2 years ago)
- Last Synced: 2025-06-14T19:11:15.803Z (5 months ago)
- Topics: algorithm, astar-pathfinding, conways-game-of-life, p5-sketches, sorting-algorithms, wavefunctioncollapse
- Language: JavaScript
- Homepage: https://indiecodermm.github.io/algo-lab
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Algorithm Explorer
In these mini-projects, various algorithms are implemented using [p5.js library](https://p5js.org/).
## 🗂 Projects List
- [Map Generation with WFC](Map-generator/)
- [Game of life simulator](Game-of-life/)
- [A-star path finder](Path-finder/)
- [Sorting visualizer](Sort-visualizer/)