Nuacht

Python implementation of an undirected graph, with support for path tracing and Dijsktra's Algorithm. This is less of a clone-and-run repo and more focused towards those who are either just starting ...
UndirectedGraph class is designed to support the following type of graph: undirected, unweighted, no duplicate edges, no loops. Cycles are allowed. The number of vertices in the graph must be between ...