改进此页

Maximum Depth of Binary Tree# Binary Tree - 二叉树

二叉树的基本概念在 Binary Tree | Algorithm 中有简要的介绍,这里就二叉树的一些应用做一些实战演练。

二叉树的遍历大致可分为前序、中序、后序三种方法。