//
pkg.gl
Category
github.com/gyuho/learn
doc
recursion
code
package
0.0.0-20240816162523-c1683cc9cfe6
Repository:
https://github.com/gyuho/learn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
695 SLOC
#
Functions
LCS
No description provided by the author
New
New returns a new Tree with its root Node.
NewNode
NewNode returns a new Node.
#
Structs
Node
Node is a Node and a Tree itself.
Tree
Tree contains a Root node of a binary search tree.
#
Interfaces
Interface
Interface represents a single object in the tree.