Basic turn by turn based navigation system coded in C++
Uses a Map data structure created from scratch to mimic the STL data structure Map. Uses vectors and an implementation of A* in order to find a route. The map data and POIs are in the txt files.
Usage: ./BruinNav mapdata.txt "Start" "End"