• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

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

Repository Details

PathFinder, based on A* algorithm, works by making a lowest-cost path from the start node to the target node. Hence, giving the shortest path to reach the end node with the help of heuristic functions.