/BruinNav

Turn-by-turn navigation system developed in C++ using binary search tree map and A* algorithm

Primary LanguageC++

BruinNav is a turn-by-turn navigation system I developed as a course project. Using geospatial data indexed from Open Street Maps project database, I created a binary search tree map and implemented the A* algorithm to find and reconstruct the most optimal path.