Skip to content

waseemtannous/PathFinding

Repository files navigation

PathFinding

Path Finding project for the AI course implementing different heuristics search algorithms such as:

  • A*
  • Bi-directional A*
  • Iterative-deepening A* (IDA*)
  • Uniform cost search (UCS)
  • Iteratve-deepening search (IDS)

Team Members:

Waseem Tannous - Github: waseemtannous

Saji Assi - Github: SajiAssi

Overview:

The objective is to calculate and get the path with minimum cost from given points A to B with given grid and different step cost for each area.

We also implemented a GUI to see how each algorithm runs on a given grid and obstacles.

About

Python pathfinding project - AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages