//
pkg.gl
Category
github.com/linux4life798/go-datastructures
tree
avl
package
1.0.46
Repository:
https://github.com/linux4life798/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
399 SLOC
#
Functions
NewImmutable
NewImmutable allocates, initializes, and returns a new immutable AVL tree.
#
Structs
Immutable
Immutable represents an immutable AVL tree.
#
Interfaces
Entry
Entry represents all items that can be placed into the AVL tree.
#
Type aliases
Entries
Entries is a list of type Entry.