5.2 Initialization

When a tree is first created, its height should be 0. This impacts Tree_new.

When a root is created as a leaf, h of the corresponding tree should be 1 as it has one node. This has an impact on the method AVLTree_setrootvalue.