Package | Description |
---|---|
dev.nm.graph | |
dev.nm.graph.type |
Modifier and Type | Method and Description |
---|---|
RootedTree<V,E> |
RootedTree.subTree(V v)
Gets a sub-tree starting from a vertex.
|
Modifier and Type | Class and Description |
---|---|
class |
SparseTree<V>
This class implements the sparse tree representation.
|
class |
VertexTree<T>
A
VertexTree is both a tree and a vertex/node.This implementation builds a tree
incrementally and recursively (combining trees). |
Modifier and Type | Method and Description |
---|---|
RootedTree<V,Arc<V>> |
SparseTree.rotate(V v)
This method re-pivots the tree with a new root vertex.
|
RootedTree<V,Arc<V>> |
SparseTree.subTree(V v) |
RootedTree<VertexTree<T>,Arc<VertexTree<T>>> |
VertexTree.subTree(VertexTree<T> v) |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.