上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页

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) 编辑

2017年11月20日

leetcode-115. Distinct Subsequences

摘要: 1、原题链接 Given a string S and a string T, count the number of distinct subsequences of S which equals T. A subsequence of a string is a new string which 阅读全文

posted @ 2017-11-20 23:35 Shihu 阅读(185) 评论(0) 推荐(0) 编辑

2017年11月19日

tcpdump安装配置及抓包分析

摘要: http://blog.csdn.net/e421083458/article/details/23963189 cpdump安装配置及抓包分析 预装软件:[plain] view plain copy print?yum -y install flex yum -y install bison y 阅读全文

posted @ 2017-11-19 16:29 Shihu 阅读(1128) 评论(0) 推荐(0) 编辑

2017年11月14日

dp经典案例

摘要: http://m.blog.csdn.net/uestclr/article/details/50760563 阅读全文

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

2017年11月10日

tree的各种问题

摘要: http://www.cnblogs.com/yueyebigdata/p/6411090.html 阅读全文

posted @ 2017-11-10 14:02 Shihu 阅读(129) 评论(0) 推荐(0) 编辑

2017年11月8日

大数的阶乘算法

摘要: 大数的阶乘算法 http://m.blog.csdn.net/petershina/article/details/45070359 发表于2015/4/16 9:08:24 2146人阅读 分类: 数据结构 用data数组来存放阶乘的每一位数字,首先令第一位的数值为1,位数为1,然后将每次相乘的乘 阅读全文

posted @ 2017-11-08 14:37 Shihu 阅读(540) 评论(0) 推荐(0) 编辑

2017年11月5日

由mmap引发的SIGBUS

摘要: http://blog.csdn.net/ctthuangcheng/article/details/8916015 阅读全文

posted @ 2017-11-05 23:38 Shihu 阅读(274) 评论(0) 推荐(0) 编辑

2017年10月26日

字符串匹配的KMP算法

摘要: http://www.ruanyifeng.com/blog/2013/05/Knuth–Morris–Pratt_algorithm.html http://m.blog.csdn.net/itsenlin/article/details/21491787 july: https://www.cn 阅读全文

posted @ 2017-10-26 11:08 Shihu 阅读(133) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页

导航