摘要: 题目描述: Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example,Given n = 3, there are a total of 5 uniqu 阅读全文
posted @ 2016-04-03 19:18 scottwang 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 题目描述: Given an array of integers, every element appears three times except for one. Find that single one. 解题思路: 具体参考Detailed explanation and generaliz 阅读全文
posted @ 2016-04-03 18:28 scottwang 阅读(305) 评论(0) 推荐(0) 编辑