Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 961 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 961 Bytes

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 "[email protected]".