//
pkg.gl
Category
github.com/sllt/af
datastructure
tree
package
0.1.11
Repository:
https://github.com/sllt/af.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
268 SLOC
#
Functions
NewBSTree
NewBSTree create a BSTree pointer param `comparator` is used to compare values in the tree.
#
Structs
BSTree
BSTree is a binary search tree data structure in which each node has at most two children, which are referred to as the left child and the right child.