Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 470 Bytes

AI romania map search

Romania Problem map solver in JAVA using Tree data structure

Description

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

Build

You have to install Java environment and compile the required classes (methods) and run them
Enjoy :)