Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1 KB

File metadata and controls

17 lines (12 loc) · 1 KB

Advanced-Data-Structures-In-Java

The capstone project for Coursera Course Advanced Data Structures in Java.

This course is offered at Coursera and is part of the Object Oriented Java Programming: Data Structures and Beyond Specialization.

This is the third course of the Specialization, Link to the course.

Here's my certificate on completing the course.

The program I build throughout this course allows its user to find the optimial path between two points in a map. The following algorithms are implemented:

  • BFS
  • DFS
  • Dijkstra
  • AStar

Result Visualization