Class Node

A single internal node in the tree graph. A Node should be viewed as a connection (the root) with the children being either leaf nodes or other Node instances.

Declaration

class Node
source link

Documentation

Methods

Subclasses

Reexports