About Software
2017年12月9日 星期六
[LeetCode] 257. Binary Tree Paths
轉自LeetCode
Given a binary tree, return all root-to-leaf paths.
For example, given the following binary tree:
1 / \ 2 3 \ 5
All root-to-leaf paths are:
["1->2->5", "1->3"]
<Solution>
這題就用 recursive 來解
code 如下
Java
C++
kotlin
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言