Skip to content

CS-School-Projects/ug-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UG MAP

This is a terminal based app written in Java to desmonstrate the application of Dijkstra and A* algorithms in finding the best route in a graph.

  • First all the vantage places and their relative distances on the campus are modelled in a graph.
  • The graph is representred in the program using adjancency list.
  • The distances among the various places were precomputed using Google Map API.
  • Dijstrak's algorithm was used to find the best route based on distances.
  • A* algorithm was used to find the best route based on time.

Language

  • Java

Cloning the Repo

Clone the repository and open it in an editor.

git clone https://github.com/dodziraynard/ug-map.git
cd ug-map

Compiling and Running

javac app/Main.java

Compile

javac app/Main.java

Run

java app.Main

Screenshot

running in terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages