/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. 📝

Primary LanguageC++

Watchers