摘要: 题目Maximum Depth of Binary Tree通过率44.2%难度EasyGiven a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest pat... 阅读全文
posted @ 2014-12-18 19:49 pku_min 阅读(108) 评论(0) 推荐(0)
摘要: 题目Reverse Integer通过率34.2%难度EasyReverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you ... 阅读全文
posted @ 2014-12-18 12:43 pku_min 阅读(144) 评论(0) 推荐(0)