标签:

后浪云Python教程:python中如何遍历树

各种遍历顺序如下图所示: 树的深度  # class TreeNode(object): #     def __init__(self, x): # ……