superzcl
superzcl
全部文章
分类
ACM2018 and 2019 Exercise(28)
ACM模板(23)
AIstudy(1)
BFS(8)
C++学习笔记(20)
codeforces(13)
DFS(7)
hash哈希(2)
HDU100题(23)
Java 学习笔记(5)
KMP(2)
Python 学习笔记(8)
Python与爬虫(2)
sort+结构体(3)
STL(25)
string(1)
web设计(2)
二分和尺取(6)
人工智能学习(1)
位运算(2)
分治和递归(3)
前缀后缀差分打表(2)
动态规划(19)
博弈论(1)
图论(6)
康托和逆康托展开(1)
排序算法(2)
数学思维题(13)
数论(5)
最小生成树(3)
最短路(2)
未归档(85)
栈和队列(9)
模拟(3)
算法与数据结构(38)
算法与数据结构学习笔记(14)
线段树(5)
贪心(13)
软件安装(7)
速筛与快速幂(5)
面向对象(2)
归档
标签
去牛客网
登录
/
注册
成龙大侠
千里之行,始于足下
全部文章
(共420篇)
DFS序详解
转自 : https://blog.csdn.net/qq_36368339/article/details/79236467 树通常有多种类型,但其终归是非线性结构,操作起来有时总是那么费时。 例如:POJ 3321 给你一棵树,树上每个节点都有1个苹果,然后你对一个节点操作,如果有苹...
2018-08-21
0
779
DFS序详解
转自 : https://blog.csdn.net/qq_36368339/article/details/79236467 树通常有多种类型,但其终归是非线性结构,操作起来有时总是那么费时。 例如:POJ 3321 给你一棵树,树上每个节点都有1个苹果,然后你对一个节点操作,如果有苹...
2018-08-21
0
403
KMP专题(Period)( Power Strings)(Oulipo)
题目训练网址(密码hpuacm) : https://vjudge.net/contest/248066 Number Sequence //#include <bits/stdc++.h> #include <stdio.h> #include <string....
kmp
2018-08-18
0
336
KMP专题(Period)( Power Strings)(Oulipo)
题目训练网址(密码hpuacm) : https://vjudge.net/contest/248066 Number Sequence //#include <bits/stdc++.h> #include <stdio.h> #include <string....
2018-08-18
0
418
最小生成树与并查集(待补)
题目训练网址(密码hpuacm): https://cn.vjudge.net/contest/247189 //#include <bits/stdc++.h> #include <stdio.h> #include <algorithm> #includ...
2018-08-17
0
631
最小生成树与并查集(待补)
题目训练网址(密码hpuacm): https://cn.vjudge.net/contest/247189 //#include <bits/stdc++.h> #include <stdio.h> #include <algorithm> #includ...
最小生成树
2018-08-17
0
368
(Crazy Search)(Oulipo )hash哈希
题目训练网址(密码hpuacm): https://cn.vjudge.net/contest/247842 Crazy Search 给定一个字符串,其中含有不同的字母数量为m,现在求这个字符串中有多少个长度为n且长的互...
2018-08-17
0
309
(Crazy Search)(Oulipo )hash哈希
题目训练网址(密码hpuacm): https://cn.vjudge.net/contest/247842 Crazy Search 给定一个字符串,其中含有不同的字母数量为m,现在求这个字符串中有多少个长度为n且长的互...
2018-08-17
0
338
并查集((还是)畅通工程 )(The Suspects )(Ubiquitous Religions )
题目训练网址: https://vjudge.net/contest/247051 并查集是一种树型的数据结构,用于处理一些不相交集合 (Disjoint Sets)的合并及查询问题。常常在使用中以森林来 表示。 集就是让每个元素构成一个单元素的集合,也就是按 一定顺序将属于...
2018-08-15
0
382
并查集((还是)畅通工程 )(The Suspects )(Ubiquitous Religions )
题目训练网址: https://vjudge.net/contest/247051 并查集是一种树型的数据结构,用于处理一些不相交集合 (Disjoint Sets)的合并及查询问题。常常在使用中以森林来 表示。 集就是让每个元素构成一个单元素的集合,也就是按 一定顺序将属于...
并查集
模板
2018-08-15
0
432
首页
上一页
26
27
28
29
30
31
32
33
34
35
下一页
末页