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