Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 4 hours ago
JSON representation

Collections of interesting algorithms. Visualized using p5.js library.

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/)