Mapping Application
This is an application that is used to identify and map out the Auckland roads using data. It is a navigation system that can find the shortest routes between two nodes and finds all articulation points. It was a project assignment for university.
The concepts learnt and used was: Graphs datastructure, Tries , A * Search , Articulation points.