Romania Problem map solver in JAVA using Tree data structure
Cities are given [Name,distance], distance from the original city. The program will find the best path with lowest cost to reach the required destination.
The program is done using 3 AI algorithms:
- A*
- Greedy
- UCS: Unified Cost Search
You have to install Java environment and compile the required classes (methods) and run them
Enjoy :)