Checking whether the tree is avl-tree in python

前端 未结 0 1664
深忆病人
深忆病人 2021-01-11 19:41

I decided to implement some data structure of tree, now I wants to check if the tree is AVL tree but can\'t figure out how to check this.

class Tree():
    de         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题