Skip to content

Representations

Alexandre Rabérin edited this page May 11, 2020 · 1 revision

Representations

QuikGraph provides various data structures that can represent directed/undirected dense/sparse graphs. All data structures are serializable, cloneable and not thread safe.

Graphs are mutable or immutable (immutable graphs usually have a more compact representation). The delegate based graphs can be used to keep the memory consumption low.

Clone this wiki locally