Implemented an efficient graph data structure and along with pathfinding algorithms, including Depth First Search, connected components analysis, and Dijkstra’s shortest path, to process and analyze complex network data.
C++
- Depth First Search
- Connected Components Analysis
- Dijkstra's Shortest Path