112. Path Sum
用queue

用set()

104. Maximum Depth of Binary Tree
用queue

用list

257. Binary Tree Paths
用queue

用list

161. Maximum Level Sum of a Binary Tree
用queue

用list

用set()

490. The Maze
這一題要找出所有可能,由於可能很多,必須要用set去把重複給排除,不然會出現TLE的狀況


100. Same Tree

700. Search in a Binary Search Tree

200. Number of Islands

