package
1.12.0
Repository: https://github.com/agilebits/gods.git
Documentation: pkg.go.dev

# Functions

NewWith instantiates an AVL tree with the custom comparator.
NewWithIntComparator instantiates an AVL tree with the IntComparator, i.e.
NewWithStringComparator instantiates an AVL tree with the StringComparator, i.e.

# Structs

Iterator holding the iterator's state.
Node is a single element within the tree.
Tree holds elements of the AVL tree.