Onoam / WAVLTree

Java implementation of WAVL Trees for Data Structures course
0 stars 0 forks source link

Add printing of tree if it's not balanced #58

Closed Onoam closed 5 years ago

Onoam commented 5 years ago

Something causes balance issues, we need to print the tree whenever it's unbalanced (check this after every insert/delete)

Onoam commented 5 years ago

added to my testing branch