Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 244 Bytes

AVL Trees

AVL trees for Racket. Internally always copy-on-write, but supporting mutation of the tree as a whole for convenience.

Can be used as a priority queue with ability to remove random elements.

See scribblings for complete manual.