Python - Help me understanding how is my recursive function is working

前端 未结 0 1752
予麋鹿
予麋鹿 2021-02-08 07:19

Recently i\'ve done this function below to generate a binary tree nodes list by Post Order method:

def getNosPosOrdem(self):
    if self.root is not None:
                


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