mazePathFinding_ACO-Astar

This program uses A* algorithm and ant colony optimization to solve maze path finding problem.

Operation presentation:

Description:

  • app.py : the entrance file
  • maze.py : the maze
  • ACO.py : ant colony optimization
  • Astar.py: A* algorithm