摘要: 96. Unique Binary Search Trees Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example,Given n = 3, the 阅读全文
posted @ 2016-07-31 08:24 新一代的天皇巨星 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 201. Bitwise AND of Numbers Range Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers in this range, inclusive 阅读全文
posted @ 2016-07-31 08:09 新一代的天皇巨星 阅读(116) 评论(0) 推荐(0) 编辑