Skip to content

lion137/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AVL Tree implementation in Java
https://en.wikipedia.org/wiki/AVL_tree
All operations, worst cases always O(logn).

Not thread safe.
As described here:
https://stackoverflow.com/questions/16257761/difference-between-red-black-trees-and-avl-trees
Lookup is faster for large trees, here more than 15000000 elements.

Still few debug functions - under development - but core functions tested and working.

More, stuff, also here: https://lion137.blogspot.com/

About

Various Java Stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages