Skip to content

Commit 8d75d21

Browse files
ClémentClément
authored andcommitted
Added last bit of project on AVL trees.
1 parent 1b35849 commit 8d75d21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/projects/avltree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Bonus points will be given if:
5555

5656
operate after a tree becomes unbalanced after a **deletion** (the examples above had trees unbalanced following an **insertion**).
5757
- (medium) Override the `Insert` from `AVLTree` in your `IAVLTree` class so that it uses `SubtreeBalance` (like `Delete` do). Write good test cases to make sure your method behaves as expected.
58+
- (potentially hard) Write in `IAVLTree` a `ToString` method that improves on the one provided in `IBTree`.
5859

5960
### Submission
6061

0 commit comments

Comments
 (0)