2016年6月13日

摘要: Given a non-negative integer n, count all numbers with unique digits, x, where 0 ≤ x < 10n. Example:Given n = 2, return 91. (The answer should be the 阅读全文
posted @ 2016-06-13 16:56 烁宝宝 阅读(173) 评论(0) 推荐(0)
 
摘要: Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the dept 阅读全文
posted @ 2016-06-13 16:13 烁宝宝 阅读(237) 评论(0) 推荐(0)