jameshughes89 / cs102

CS 102: Data Structures --- Java
http://csci162.com/
GNU General Public License v3.0
11 stars 16 forks source link

:bug: :mortar_board: Topic binary search tree --- Fix height of empty tree :microscope: #979

Closed jameshughes89 closed 6 months ago

jameshughes89 commented 6 months ago

What

Fix the height of the empty tree to be -1

Why

That's how we've been defining it