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 member | Description |
x.Head
Signature: AdjacencyNode<'Tnode,'Tedge,'Tkey>
|
CompiledName: |
x.IsEmpty
Signature: bool
|
CompiledName: |
[index]
Signature: index:int -> AdjacencyNode<'Tnode,'Tedge,'Tkey>
|
CompiledName: |
x.Length
Signature: int
|
CompiledName: |
x.Tail
Signature: AdjacencyNode<'Tnode,'Tedge,'Tkey> list
|
CompiledName: |
Static members
Static member | Description |
List.Empty
Signature: AdjacencyNode<'Tnode,'Tedge,'Tkey> list
|
CompiledName: |