File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 42
42
| [ 0101.对称二叉树] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0101.对称二叉树.md ) | 树 | 简单| ** 递归** ** 迭代/栈** |
43
43
| [ 0142.环形链表II] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0142.环形链表II.md ) | 链表 | 中等| ** 快慢指针/双指针** |
44
44
| [ 0144.二叉树的前序遍历] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0144.二叉树的前序遍历.md ) | 树 | 中等| ** 递归** ** 迭代/栈** |
45
- | [ 0145.二叉树的后序遍历] (https://github.com/youngyangyang04/leetcode/blob/master/problems/ 0145.二叉树的后序遍历.md) | 树 | 困难| ** 递归** ** 迭代/栈** |
45
+ | [ 0145.二叉树的后序遍历] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0145.二叉树的后序遍历.md ) | 树 | 困难| ** 递归** ** 迭代/栈** |
46
46
| [ 0151.翻转字符串里的单词] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0151.翻转字符串里的单词.md ) | 字符串 | 中等| ** 模拟/双指针** |
47
47
| [ 0155.最小栈] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0155.最小栈.md ) | 栈 | 简单| ** 栈** |
48
48
| [ 0202.快乐数] ( https://github.com/youngyangyang04/leetcode/blob/master/problems/0202.快乐数.md ) | 哈希表 | 简单| ** 哈希** |
You can’t perform that action at this time.
0 commit comments