tashi-2004/Efficient-Graph-Algorithms
A C++ implementation of a weighted graph using an adjacency matrix. Features include vertex and edge management, shortest distance calculation with Dijkstra's algorithm , and adjacency matrix visualization. Robust error handling included. Install by including weighted_graph.h and using the provided skeleton files for testing.
C++
No issues in this repository yet.