Skip to content

diamantis-rafail-papadam/Path_Finding_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Technical University of Crete - PLH311 - Assignment

This is an assignment I completed as an undergraduate student in a team of 2 members.

In the ".zip" file you will find my team's implementation of 3 shortest path search algorithms under uncertainty.

  1. Uniform Cost Search
  2. Iterative Deepening A*
  3. Learning Real Time A*

You can compile my program by executing the command "g++ project1.cpp -o project1" from a terminal.

Note:

  • I've noticed a strange bug where my program works in my Windows machine but not in Ubuntu.
  • I will work on it if I find the time. It's not of great importance since it's a simple project.
  • If you are able to fix this bug feel free to contact me at "diamantispapadam@gmail.com".