标签
# | 标题 | OJ | 难度 |
---|---|---|---|
P240 | 二叉搜索树迭代器 | leetcode 173. lintcode 86. | 中 |
P234 | 二叉树中的所有路径 | leetcode 257. lintcode 480. | 易 |
P229 | 二叉树的右视图 | leetcode 199. lintcode 760. | 中 |
P225 | 二叉搜索树的区间和 | leetcode 938. lintcode 1704. | 易 |
P205 | 用 1~n 生成二叉搜索树 | leetcode 95. lintcode 164. | 中 |
P193 | 二叉树的 Z 字形遍历 | leetcode 103. lintcode 71. | 中 |
P181 | 树节点的 next 指针 | leetcode 116. | 中 |
P172 | 二叉树后序遍历 | leetcode 145. lintcode 68. | 中 |
P158 | 二叉树的最大路径和 | leetcode 124. lintcode 94. | 难 |
P154 | 二叉树的序列化和反序列化 | leetcode 297. lintcode 7. | 难 |
P150 | 二叉树的直径 | leetcode 543. lintcode 1181. | 易 |
P149 | 二叉搜索树的数量 | leetcode 96. lintcode 163. | 中 |
P143 | 二叉树中和为给定值的路径数量 | leetcode 437. lintcode 472. | 中 |
P141 | 将二叉搜索树转为较大树 | leetcode 538. lintcode 661. | 易 |
P139 | 二叉搜索树中节点的最近公共祖先 | leetcode 235. | 易 |
P138 | 二叉树中节点的最近公共祖先 | leetcode 236. lintcode 88. | 中 |
P131 | 二叉树中和为给定值的路径 | leetcode 113. lintcode 246. | 中 |
P130 | 验证二叉搜索树的前序遍历序列 | lintcode 1307. | 中 |
P123 | 拍平二叉树 | leetcode 114. lintcode 453. | 中 |
P119 | 树 t 是否等于树 s 的子树 | leetcode 572. lintcode 1165. | 易 |
P92 | 二叉搜索树中删除节点 | leetcode 450. lintcode 87. | 中 |
P82 | 合并二叉树 | leetcode 617. lintcode 1126. | 易 |
P68 | 用有序数组构建二叉搜索树 | leetcode 108. lintcode 177. | 易 |
P67 | 二叉搜索树中查找数字 | leetcode 700. | 易 |
P65 | 二叉树前序遍历 | leetcode 144. lintcode 66. | 中 |
P64 | 用中序和后序遍历序列构建二叉树 | leetcode 106. lintcode 72. | 中 |
P63 | 用前序和中序遍历序列构建二叉树 | leetcode 105. lintcode 73. | 中 |
P62 | 路径和是否等于给定值 | leetcode 112. lintcode 376. | 易 |
P47 | 翻转二叉树 | leetcode 226. lintcode 175. | 易 |
P44 | 检验二叉搜索树 | leetcode 98. lintcode 95. | 中 |
P39 | 判断二叉树是否平衡 | leetcode 110. lintcode 93. | 易 |
P35 | 二叉树中序遍历 | leetcode 94. lintcode 67. | 中 |
P34 | 二叉树的逆层序遍历 | leetcode 107. lintcode 70. | 易 |
P33 | 二叉树的层序遍历 | leetcode 102. lintcode 69. | 中 |
P22 | 二叉树的最大深度 | leetcode 104. lintcode 97. | 易 |
P16 | 二叉树的最小深度 | leetcode 111. lintcode 155. | 易 |
P8 | 判断二叉树是否相同 | leetcode 100. lintcode 469. | 易 |
P4 | 判断二叉树是否对称 | leetcode 101. lintcode 1360. | 易 |