Street Map (C++ Programming)
- Utilized TinyXML2 custom library to parse XML-based map file, extracting and storing data about nodes, footways, and university buildings
- Implemented graph data structures and Dijkstra's algorithm to find shortest paths between university buildings based on user input, displaying distance information and paths between specified buildings
- Developed a C++ program that interacts with OpenStreetMap (OSM) data file, extracting information about nodes, footways, and university buildings
