Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 313 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 313 Bytes

RedBlackTree

A left-leaning red–black tree implementation in C++. Based of Algorithms (4th Edition).

It's a translation from Java to C++, it's still quite difficult to understand even when you have it carefully code and debug yourself.