Lintcode題目總結

方法技巧題:node Complete Binary Tree: http://www.lintcode.com/en/problem/complete-binary-tree/算法 用一個queue進行層序遍歷,若是q.front()爲NULL,則pop並break,不然將其左右兒子加入queue。而後檢查queue中剩餘的元素,若是全是NULL則返回true,不然返回false數組 Stack
相關文章
相關標籤/搜索