You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eivind Gussiås Løkseth edited this page Aug 3, 2018
·
6 revisions
ArrayAdjacencyGraph
The {{ArrayAdjacencyGraph<TVertex, TEdge>}}, also known as adjacency list provides an efficient readonlydata structure to access the out edges of a vertex. This class is serializable, cloneable and can be constructed in many different ways. Internally, the data structure keeps a dictionary from TVertex to an unordered array of TEdge elements.