• Stars
    star
    2
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visualisation React app to view the nature of Graph algorithms on the obstructed 2D grid, implemented bunch of maze generation algorithms and path finding algorithms. Algorithms Implemented: Dijkstra, Depth first search, Modified Recursive Backtracking.