|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
| Class that provides Graph traversal using the BFS scheme | |
| Class that computes Dijkstra's Shortest Paths algorithm | |
| Class computes that Shortest Paths for all pairs of nodes in the graph using the Floyd-Warshall algorithm | |
| Class that computes a Minimum Spanning Tree using Kruskal's algorithm | |
| Class to Read from a YAML file | |
| Stores an RGBA Color | |
| Represents disjoint sets | |
| Implements a numerical distance that supports "infinite distance" | |
| Represents an Edge in a Graph | |
| Stores and implements a Graph | |
| Edge_Iterator class. Used to iterate over all Edges in the Graph | |
| Represents a Node in a Graph | |
| Stores the properties of a Graph |