package
0.1.11
Repository: https://github.com/sllt/af.git
Documentation: pkg.go.dev

# Functions

NewBSTree create a BSTree pointer param `comparator` is used to compare values in the tree.

# Structs

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.