| Age | Commit message (Expand) | Author |
|---|---|---|
| 2020-09-27 | docs: Add documentation for AVL tree | mo khan |
| 2020-09-26 | style: run cclang formatter | mo khan |
| 2020-09-20 | refactor: rename colour() to change_colour() | mo khan |
| 2020-09-20 | refactor: change colouring algorithm | mo khan |
| 2020-09-20 | fix: assign rb tree parent when converting from avl tree | mo khan |
| 2020-09-02 | fix: colour red when node is odd with parent that has even height | mo khan |
| 2020-08-31 | refactor: delegate to convenience constructor | mo khan |
| 2020-08-31 | fix: assign colour based on height | mo khan |
| 2020-08-30 | feat: add function to convert avl tree to rb tree | mo khan |
| 2020-08-29 | fix: repaint colour when unbalanced | mo khan |
| 2020-08-28 | Start to build a red black tree | mo khan |
| 2020-08-28 | Rename node to tree | mo khan |
| 2020-08-28 | Perform left left rotate after deletion | mo khan |
| 2020-08-27 | add tests for left-right rotation and right-left rotation | mo khan |
| 2020-08-27 | Implement a right rotation | mo khan |
| 2020-08-27 | Insert into root of tree | mo khan |
| 2020-08-27 | Start to create an AVL tree | mo khan |
