摘要: Unique Binary Search Trees:求生成二叉排序树的个数。 Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example,Given n 阅读全文
posted @ 2016-08-31 19:26 32ddd 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 问题描述: Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example:Given "25525511135", retu 阅读全文
posted @ 2016-08-31 16:30 32ddd 阅读(1416) 评论(1) 推荐(0) 编辑