| Age | Commit message (Expand) | Author |
|---|---|---|
| 2020-09-20 | refactor: change colouring algorithm | mo khan |
| 2020-09-20 | test: ensure rb node parents are equal | mo khan |
| 2020-09-20 | feat: print rb node parent in #inspect | mo khan |
| 2020-09-20 | test: ensure red-black fails when any criteria is invalid | mo khan |
| 2020-09-20 | test: add test to validate rb tree with red root | mo khan |
| 2020-09-02 | fix: root of red/black tree is black | mo khan |
| 2020-08-31 | fix: handle repair with missing grandparent | mo khan |
| 2020-08-31 | fix: ensure equals checks for colour | mo khan |
| 2020-08-30 | feat: add rb_tree_equals function | mo khan |
| 2020-08-29 | refactor: extract convenience constructor | mo khan |
| 2020-08-29 | refactor: extract method to find root | mo khan |
| 2020-08-29 | refactor: collapse some conditional logic | mo khan |
| 2020-08-29 | style: remove debug code | mo khan |
| 2020-08-29 | fix: repaint colour when unbalanced | mo khan |
| 2020-08-29 | feat: insert into red/black tree | mo khan |
| 2020-08-28 | create initializer for red/black tree | mo khan |
| 2020-08-28 | Start to build a red black tree | mo khan |
