package
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.git
Documentation: pkg.go.dev
# Functions
CompareInOrder returns true if two Trees are same with InOrder.
ComparePostOrder returns true if two Trees are same with PostOrder.
ComparePreOrder returns true if two Trees are same with PreOrder.
New returns a new Tree with its root Node.
New returns a new Tree with its root Node.
New returns a new Tree with its root Node.
New returns a new Tree with its root Node.
NewNode returns a new Node.
NewNode returns a new Node.
NewNode returns a new Node.
NewNode returns a new Node.
# Structs
Node is a Node and a Tree itself.
Node is a Node and a Tree itself.
Node is a Node and a Tree itself.
Node is a Node and a Tree itself.
Tree contains a Root node of a binary search tree.
Tree contains a Root node of a binary search tree.
Tree contains a Root node of a binary search tree.
Tree contains a Root node of a binary search tree.