Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 486 Bytes

File metadata and controls

10 lines (5 loc) · 486 Bytes

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

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

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

下图是把本章中所有出现的题目归类总结了一下,便于记忆

二叉树