Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 251 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 251 Bytes

Red-Black tree implementation in rust.

Builds with rustpkg. (well except if you want the tests). Inline doc.

Note: Pop() seems to be buggy, it's twice as slow as it ought to be. (but yields correct results, and keeps the tree a valid llrb tree.)