A cool little graph pathfinder built with React!
Currently supports four graph algorithms.
- Breadth First Search (BFS)
- Depth First Search (DFS)
- Dijkstra's Algorithm
- A* Search
More coming soon.
Try it out here.
- React
- TypeScript
- Chakra UI
- ESLint
- Vite
- Github Pages