Leetcode 226. Invert Binary Tree 一分鐘解題法,中文解說
Given the root of a binary tree, invert the tree, and return its root.
重點單字: invert 顛倒過來
這題如果你練習熟的話,
基本上可以一分鐘就解出來。
解題重點: 把遞迴(Recursion )背出來,且使用在這題上。
Recursion在寫程式時,記得要先把「終止條件」寫在最前面。 if(root = NULL)
轉貼政策:著明作者 Billour Ou 歐育溙 就可以自由轉貼。
*你好,本文不接受留言,有問題請到Linkedin找我,謝謝。
關於作者:
Billour Ou
歐育溙的資歷
簡歷:
Google Technical Lead 面試邀請
Yahoo bid, 百萬成功賣家
台灣教育部 DSP 競賽全國, 第一名