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的小窝
六年磨一剑~
全部文章
(共32篇)
poj3368&hdu1806Frequent values【RMQ求频率】
为什么非要改模板???简直就是挖坑自己跳T^T 最后还不是看了邝斌的标称才过的==,而且第一次有没审题,我确定我看到了“non-decreasing order.”然而为什么做的时候就忘了呢???还是就是二分啊啊啊啊 /************** poj3368&hdu1806 201...
RMQ
poj
2016-01-20
0
597
poj2886Who Gets the Most Candies?【线段树单点更新】
Description N children are sitting in a circle to play a game. The children are numbered from 1 to N in clockwise order. Each of them has a card...
线段树
poj
2016-03-08
0
434
poj2528Mayor's posters【离散化线段树区间更新】
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 54376 Accepted: 15796 Description The citizens of B...
线段树
poj
离散化
2016-03-07
0
534
poj2352Stars【线段树单点更新区间求和】
Stars Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 39832 Accepted: 17283 ...
poj
线段树
2016-03-15
0
523
poj2823Sliding Window【线段树维护滚动区间最值】
Description An array of size n ≤ 10 6 is given to you. There is a sliding window of size k which is moving from the very left of...
线段树
poj
2016-03-17
0
630
poj1185炮兵阵地【状压dp】
Description 司令部的将军们打算在N*M的网格地图上部署他们的炮兵部队。一个N*M的地图由N行M列组成,地图的每一格可能是山地(用"H" 表示),也可能是平原(用"P"表示),如下图。在每一格平原地形上最多可以布置一支炮兵部队(山地上不能够部署...
poj
状态压缩dp
2016-03-23
0
582
POJ 3468 A Simple Problem with Integers 【splay树入门题】
Description 给出了一个序列,你需要处理如下两种询问。 "C a b c"表示给[a, b]区间中的值全部增加c (-10000 ≤ c ≤ 10000)。 "Q a b" 询问[a, b]区间中所有值的和。 ...
poj
数据结构
2016-04-12
0
613
poj1180Batch Scheduling【斜率优化dp】
Description There is a sequence of N jobs to be processed on one machine. The jobs are numbered from 1 to N, so that the sequence is 1,2,......
dp
poj
2016-04-19
0
575
poj3580supermemo【splay】
Description Your friend, Jackson is invited to a TV show called SuperMemo in which the participant is told to play a memorizing game....
splay
poj
2016-04-24
0
563
POJ1141 ZOJ1463 Brackets Sequence【区间dp】
Description Let us define a regular brackets sequence in the following way: 1. Empty sequence is a regular sequence. 2. If S i...
dp
poj
2016-04-26
0
794
首页
上一页
1
2
3
4
下一页
末页