题目:https://leetcode.com/problems/binary-tree-paths/
代码(github):https://github.com/illuz/leetcode
求跟到叶子的所有路径。
直接 DFS 过去求求行了,也就是前序+记录路径。
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
题目:https://leetcode.com/problems/binary-tree-paths/
代码(github):https://github.com/illuz/leetcode
求跟到叶子的所有路径。
直接 DFS 过去求求行了,也就是前序+记录路径。