FSharpAux


AdjacencyGraph<'Tnode, 'Tedge, 'Tkey>

Namespace: FSharpAux
Parent Module: Graph

A Graph is a Vertex list. The nextNode allows for consistent addressing of nodes

Instance members

Instance memberDescription
x.Head
Signature: AdjacencyNode<'Tnode,'Tedge,'Tkey>

CompiledName: get_Head

x.IsEmpty
Signature: bool

CompiledName: get_IsEmpty

[index]
Signature: index:int -> AdjacencyNode<'Tnode,'Tedge,'Tkey>

CompiledName: get_Item

x.Length
Signature: int

CompiledName: get_Length

x.Tail
Signature: AdjacencyNode<'Tnode,'Tedge,'Tkey> list

CompiledName: get_Tail

Static members

Static memberDescription
List.Empty
Signature: AdjacencyNode<'Tnode,'Tedge,'Tkey> list

CompiledName: get_Empty

Fork me on GitHub