Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 230 Bytes

readme.md

File metadata and controls

5 lines (4 loc) · 230 Bytes

RedBlackTree-Implement

  • Implement accroding to CLRS 3rd.
  • In the test, call verify after RBT's insert and iterator's remove to check the five rules.
  • Because the verify's complexity is O(n), so the test is not fast.