9 July 并查集 cpp int fa[]; for (int i=1; i include include include using namespace std; int n, m, K, cnt, fa[1003], sum; struct node{int x,y,w; bool ope ...
分类:
其他好文 时间:
2019-07-09 22:25:24
阅读次数:
103
Understanding QEMU devices https://www.qemu.org/2018/02/09/understanding-qemu-devices/ July, 2017 Here are some notes that may help newcomers understa ...
分类:
其他好文 时间:
2019-06-21 12:24:38
阅读次数:
147
"January", "February", "March",//初始化一个数组 "April", "May", "June", "July", "August", "September", "October", "November", "December"); print(" 英语的“5月”是 $... ...
分类:
编程语言 时间:
2019-06-05 22:05:59
阅读次数:
137
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", /*定义$monthName["Jan"]到$month... ...
分类:
编程语言 时间:
2019-06-05 21:50:15
阅读次数:
179
https://www.clustrix.com/bettersql/spanner-vs-aurora/ Google Spanner versus Amazon Aurora In July 2015, Amazon delivered Aurora, the AWS-only Enterpri ...
分类:
其他好文 时间:
2019-04-30 14:02:13
阅读次数:
112
题目连接:传送门!!! 这里是从头到尾彻底理解KMP的一篇博客,写的非常好 :https://blog.csdn.net/v_JULY_v/article/details/7041827 题意:输入多组样例,每组给定一个模板串S,文本串T,问S在T中出现的次数 这道题主要是为了记录一下kmp的模板, ...
分类:
其他好文 时间:
2019-04-22 18:04:08
阅读次数:
134
库 permutations 库 product ...
分类:
其他好文 时间:
2019-04-16 01:18:36
阅读次数:
124
字母日期或时间元素表示示例 G Era 标志符 Text AD y 年 Year 1996; 96 M 年中的月份 Month July; Jul; 07 w 年中的周数 Number 27 W 月份中的周数 Number 2 D 年中的天数 Number 189 d 月份中的天数 Number 1... ...
分类:
编程语言 时间:
2019-04-07 15:45:53
阅读次数:
158
教你如何迅速秒杀掉:99%的海量数据处理面试题本文经过大量细致的优化后,收录于我的新书《编程之法:面试和算法心得》第六章中,新书目前已上架京东/当当 作者:July出处:结构之法算法之道blog 前言 一般而言,标题含有“秒杀”,“99%”,“史上最全/最强”等词汇的往往都脱不了哗众取宠之嫌,但进一 ...
分类:
其他好文 时间:
2019-04-02 14:16:16
阅读次数:
196
JUly的文章:从头到尾彻底理解KMP KMP算法: 复杂度:线性 PMT数组:PMT中的值是字符串的前缀集合与后缀集合的交集中最长元素的长度。 next数组:是将PMT数组向后偏移一位得到的数组。 基于next数组进行匹配。 next数组的求法:模式串自己和自己匹配,用递推的方式,基于next[1 ...
分类:
编程语言 时间:
2019-03-27 11:04:32
阅读次数:
155