Image processing, Computer Vision and Machine Learning 學習歷程記錄
2016年11月4日 星期五
[Leetcode 難度:easy] 226. Invert Binary Tree using Python
目標:
補充資料結構的知識
這邊
有一篇blog
講 python data structure 的 tree structure 部份講得蠻清楚的
此外,本篇可以用到的交換技巧 (
[Python] swap
)
在python中,兩個變數進行數值互換的語法可以寫成
一行
程式碼即可
a, b = b, a
這樣就不用另外創造一個新的函式來處理數據交換的事情
本篇的
答案
(提示:Use recursion to invert tree.)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
/* 載入prettify的autoloader */ /* 載入JQuery */
沒有留言:
張貼留言