Miss.Zhou
Miss.Zhou
全部文章
分类
###基本算法(~ o ~)Y(1)
.net(1)
2014多校联合(2)
acm(12)
arcgis(1)
bfs(1)
c#(1)
c++(1)
CF(2)
codeforces(5)
css(1)
dp(27)
git使用(1)
hdu(27)
java(1)
javascript(4)
LeetCode(47)
leetcode (1)
lightoj(1)
oi(1)
php(12)
poj(13)
poj 搜索 算法 acm(1)
poj 算法 线段树 懒惰标记(1)
python(2)
RMQ(1)
socket(1)
splay(1)
tarjan(3)
trie(3)
vmware(1)
web开发(1)
xml(1)
—dp(9)
—STL(2)
———哈希表(2)
———网络流(1)
—二分(2)
—图论(7)
—字符串(4)
—思维题(1)
—搜索(7)
—数据结构(5)
—数论(9)
—贪心(4)
三分(1)
二分图(3)
前端(1)
动态规划(1)
匈牙利算法(1)
博弈(1)
压缩(1)
双连通分量(1)
图论(4)
多校(2)
并查集(1)
并查集 poj(1)
并查集 几何 hdu(1)
并查集 算法(2)
广搜(2)
思维题(1)
拓扑排序(1)
搜素(1)
搜索(1)
操作系统(2)
数据结构(1)
数论 算法(3)
最佳二分匹配(1)
最大二分匹配(2)
最小树形图(1)
未归档(397)
杭电(7)
树型dp(2)
模拟(1)
欧拉回路(1)
正则表达式(1)
深搜(1)
深搜 hdu 算法(1)
矩阵(1)
算法(10)
算法 并查集(1)
线段树(6)
编程(1)
网络流(4)
计算机基础(4)
设计模式(19)
贪心(1)
随笔(1)
题解(8)
验证码(1)
归档
标签
去牛客网
登录
/
注册
MissZhou的小窝
六年磨一剑~
全部文章
(共733篇)
hdu 1828 Picture【扫描线求周长模板题】
上周在做ac自动机+dp这种混合的题时,就超不爽的,这周居然要做线段树+几何的题,我的内心上崩溃的o(>﹏<)o 模板题,既然不是自己做的,总还是要讲讲扫描线是个什么玩意== 扫描线,顾名思义,就是用一条线捋着各个边从下到上过一遍,每遍历一个高度的边,累加长度:点击打开链接 计算横线...
2016-03-21
0
605
hdu5122K.Bro Sorting【线段树逆序数】
Problem Description Matt’s friend K.Bro is an ACMer. Yesterday, K.Bro learnt an algorithm: Bubble sort. Bubble sort will compare each pair of ...
2016-03-21
0
434
Linux中的文件描述符与打开文件之间的关系
由于书上只讲过1,2的文件描述符,其他没写==故~ 转载请说明出处:http://blog.csdn.net/cywosp/article/details/38965239 1. 概述 在Linux系统中一切皆可以看成是文件,文件又可分为:普通文件、目录文件、链接...
2016-03-20
0
569
hdu4314Save the dwarfs【dp】
Problem Description Several dwarfs are trapped in a deep well. They are not tall enough to climb out of the well, so they want to make a human-pyr...
2016-03-19
0
549
poj2438 Children's Dining【哈密顿图模板题】
Description Usually children in kindergarten like to quarrel with each other. This situation annoys the child-care women. For instant, when ...
2016-03-19
0
392
hdu5040Instrusive【广搜】
Problem Description The legendary mercenary Solid Matt gets a classic mission: infiltrate a military base. The military base can be seen as an...
2016-03-19
0
686
hdu4758Walk Through Squares【AC自动机+dp】
On the beaming day of 60th anniversary of NJUST, as a military college which was Second Artillery Academy of Harbin Military Engineering Institute be...
杭电
ac自动机
状态压缩dp
2016-03-18
0
498
POJ 2155 Matrix 【二维线段树模板题】
Description Given an N*N matrix A, whose elements are either 0 or 1. A[i, j] means the number in the i-th row and j-th column. Initially we ...
2016-03-18
0
474
Codeforces 405 E. Graph Cutting 【DFS 】
Description Little Chris is participating in a graph cutting contest. He's a pro. The time has come to test his skills to the fullest. Chris ...
2016-03-17
0
608
Hdu 4568 Hunter【spfa最短路 tsp状态压缩】
Description One day, a hunter named James went to a mysterious area to find the treasures. James wanted to research the area and brought a...
2016-03-17
0
451
首页
上一页
27
28
29
30
31
32
33
34
35
36
下一页
末页