[WIP] visu-algos
Visualising Algorithms
Roadmap
- Board Generator
- Generate board
- Add Walls
- Custom Configurations
- Point A and B
- UI
- Terminal
- HMTL Canvas
- BFS
- Visit all possible nodes
- Tests
- Find way from A to B
- DFS
- Visit all possible nodes
- Tests
- Find way from A to B
- Dijkstra
- Find way from A to B
- A*
- Find way from A to B
Run
yarn run dev
Run tests
yarn run test