donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Other
29.44k stars 4.45k forks source link

Fix bst_validate test cases #198

Closed goalong closed 7 years ago

goalong commented 7 years ago

I modify the tree in test cases to what the code in unit test wants to build, so we don't need to modify the unit test.

donnemartin commented 7 years ago

@goalong thank you!

goalong commented 7 years ago

My pleasure.