2017年11月23日

leetcode--95. Unique Binary Search Trees II

摘要: 1、原题描述 95. Unique Binary Search Trees II Given an integer n, generate all structurally unique BST's (binary search trees) that store values 1...n. For 阅读全文

posted @ 2017-11-23 23:00 Shihu 阅读(198) 评论(0) 推荐(0) 编辑

leetcode--96. Unique Binary Search Trees

摘要: 1、问题描述 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 uniq 阅读全文

posted @ 2017-11-23 21:33 Shihu 阅读(247) 评论(0) 推荐(0) 编辑

leetcode分类总结

摘要: https://lefttree.gitbooks.io/leetcode-categories/index.html 阅读全文

posted @ 2017-11-23 14:39 Shihu 阅读(219) 评论(0) 推荐(0) 编辑

导航