H-ZeX / RedBlackTree-Implement

My RBT Impl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My RBT Impl


Languages

Language:Java 100.0%