标签
| # | 标题 | OJ | 难度 |
|---|---|---|---|
| P243 | 省份数量 | leetcode 547. lintcode 1857. | 中 |
| P234 | 二叉树中的所有路径 | leetcode 257. lintcode 480. | 易 |
| P229 | 二叉树的右视图 | leetcode 199. lintcode 760. | 中 |
| P218 | 字符串解码 | leetcode 394. lintcode 575. | 中 |
| P183 | 行程安排 | leetcode 332. lintcode 1288. | 中 |
| P181 | 树节点的 next 指针 | leetcode 116. | 中 |
| P161 | 高度最小的树 | leetcode 310. lintcode 1298. | 中 |
| P158 | 二叉树的最大路径和 | leetcode 124. lintcode 94. | 难 |
| P131 | 二叉树中和为给定值的路径 | leetcode 113. lintcode 246. | 中 |
| P125 | 上课顺序 | leetcode 210. lintcode 616. | 中 |
| P124 | 课程安排 | leetcode 207. lintcode 615. | 中 |
| P123 | 拍平二叉树 | leetcode 114. lintcode 453. | 中 |
| P117 | 搜索单词 | leetcode 79. lintcode 123. | 中 |
| P105 | 图的深拷贝 | leetcode 133. lintcode 137. | 中 |
| P87 | 小岛数量 | leetcode 200. lintcode 433. | 中 |
| P68 | 用有序数组构建二叉搜索树 | leetcode 108. lintcode 177. | 易 |
| P64 | 用中序和后序遍历序列构建二叉树 | leetcode 106. lintcode 72. | 中 |
| P63 | 用前序和中序遍历序列构建二叉树 | leetcode 105. lintcode 73. | 中 |
| P62 | 路径和是否等于给定值 | leetcode 112. lintcode 376. | 易 |
| P44 | 检验二叉搜索树 | leetcode 98. lintcode 95. | 中 |
| P39 | 判断二叉树是否平衡 | leetcode 110. lintcode 93. | 易 |
| P22 | 二叉树的最大深度 | leetcode 104. lintcode 97. | 易 |
| P16 | 二叉树的最小深度 | leetcode 111. lintcode 155. | 易 |
| P8 | 判断二叉树是否相同 | leetcode 100. lintcode 469. | 易 |
| P4 | 判断二叉树是否对称 | leetcode 101. lintcode 1360. | 易 |