Skip to content

adibrachid1/AI-romania-map-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

AI Search algorithms on Romania Map Problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages