Python check if tree is AVL using recursion

前端 未结 0 873
北海茫月
北海茫月 2021-01-15 03:32

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         


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