package
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New returns a new Tree with its root Node.
NewNode returns a new Node.

# Structs

Node is a Node and a Tree itself.
Tree contains a Root node of a binary search tree.

# Interfaces

Interface represents a single object in the tree.