Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BasicTree ¶
type BasicTree struct {
// contains filtered or unexported fields
}
Tree holds elements of a single tree. Element's key should be unique.
func (*BasicTree) Insert ¶
Insert inserts a node into the tree, parent of the node shoule be indicated.
Click to show internal directories.
Click to hide internal directories.