컴퓨터공학/Program Solving
[leetcode.com] 160224
igloo2
2016. 2. 24. 22:03
[Symmetric Tree]
https://leetcode.com/problems/symmetric-tree/
DFS
[Minimum Depth of Binary Tree]
https://leetcode.com/problems/minimum-depth-of-binary-tree/
DFS로 구현, BFS로도 구현 가능
[Excel Sheet Column Number]
https://leetcode.com/problems/excel-sheet-column-number/
math