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