MaximilianAnzinger / gad2022-tests

Collection of JUnit Tests for GAD exercises at TUM in SS22
MIT License
38 stars 17 forks source link

Added some tests for EdgeCases of validAVL() #39

Closed TizianDippold closed 2 years ago

TizianDippold commented 2 years ago

Added specific EdgeCase Tests for validAVL(), also slightly modified the helper method and the test on an empty AVLTree.

MaximilianAnzinger commented 2 years ago

Great work, thanks for your contribution 🐧