graph/core/graph library

Classes

Graph
Class representing a sparse graph implementation based on adjacency lists. A sparse graph can be used to model many different types of graphs like navigation graphs (pathfinding), dependency graphs (e.g. technology trees) or state graphs (a representation of every possible state in a game).