Skip to content

Representations

Mark Junker edited this page Jun 7, 2018 · 1 revision

QuickGraph provides various data structures that can represent directed/undirect 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.