fucking algorithm

1. 翻转二叉树:https://leetcode-cn.com/problems/invert-binary-tree/

2. 二叉树展开为链表,关键在于找到递归部分:https://leetcode-cn.com/problems/flatten-binary-tree-to-linked-list/

原文地址:https://www.cnblogs.com/toonice/p/14651513.html