Skip to content
Christian Lück edited this page Feb 27, 2015 · 2 revisions

The class names correspond to the underlying mathematical concepts, so it helps if you're familiar with graph theory.

Simply put, the Graph is what you're most likely going to care about. It provides methods for accessing and manipulating vertices (plural of Vertex) and Edges.

It uses Set\Vertices and Set\Edges as its underlying data structure to keep track of any number of Vertex and Edge instances.

Clone this wiki locally