• Stars
    star
    4
  • Rank 3,304,323 (Top 66 %)
  • Language
    JavaScript
  • Created over 1 year ago
  • Updated about 1 year ago

Reviews

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

Repository Details

This project provides an interface to visualize the functionality of various pathfinding algorithms. A pathfinding algorithm builds on top of a graph search algorithm and explores routes between nodes, starting at one node and traversing through relationships until the destination has been reached.