Sparse graph using adjacency list representation

Namespace:  Hilva.AI.Graphs
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public class SparseGraph<TNode> : IGraph

Type Parameters

TNode

Inheritance Hierarchy

System..::.Object
  Hilva.AI.Graphs..::.SparseGraph<(Of <(TNode>)>)

See Also