Height of a tree with only one node
It just an assuption you make for the recursive description of the height of a binary tree. You can consider a tree composed by just a node either with 0 height or with 1 height. If you really want to think about it somehow you can think that it’s 0 if you consider the height … Read more