![]() |
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
avl.go | 3 years ago | |
avl_test.go | 3 years ago | |
example_test.go | 3 years ago |
A generic Go AVL tree implementation, derived from Eric Biggers' C code, in the spirt of the runtime library's containers.
Features:
Note: