elarabyelaidy19 / maze_runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze runner

  • Console application that find the route between two points in a maze using the shortest path finding A* Algorithms which uses a heuristic technique.
  • A* (pronounced "A-star") is a graph traversal and path finding algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.

About


Languages

Language:Ruby 100.0%