Routing Application (back-end)

This project was a part of the Java Object-Oriented Design of Data Structures Specialization by UCSD on Coursera. This Specialization covers intermediate topics in software development, including implementation of data structures and algorithms for organizing large amounts of data in a way that is both efficient and easy to work with.

Summary

The application uses street data to identify the shortest path between two intersections via different graph search algorithms.

Source code

https://github.com/veronikabenkeser/Advanced-Data-Structures-in-Java-UCSD