Skip to content

alapisco/Advanced_Data_Structures_In_Java_Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Data Structures In Java Final Project

This is the final project for the Advanced Data Structures in Java course in Cousera: https://www.coursera.org/learn/advanced-data-structures

It is an interactive map with with graph data (insersections as nodes and roads as edges).

The following algorithms to find routes between intersections across cities were implemented:

  • Breadth First Seacrch
  • Dijkstra
  • A*
  • A* Arrival Time

Example of map with graph data

alt tag

Example of a route using BFS

alt tag

About

This is the final project for the Advanced Data Structures in Java course in Cousera: https://www.coursera.org/learn/advanced-data-structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages