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篇)
poj1742coins【单调队列优化多重背包】楼教主八题
早上好不容易想明白,就是不知道自己哪里错了== 我的错的 /*************** poj1742 2016.2.24 不知道哪里错了啊啊啊啊啊 ***************/ #include <iostream> #include<cstdio> #in...
2016-02-24
0
489
hdu3530Subsequence【单调队列优化dp】2010多校联合
Problem Description There is a sequence of integers. Your task is to find the longest subsequence that satisfies the following condition: the diff...
2016-02-23
0
519
hdu3401trade【单调队列优化dp】
Problem Description Recently, lxhgww is addicted to stock, he finds some regular patterns after a few days' study. He forecasts the next T days'...
2016-02-23
0
387
poj2823Sliding Window【单调队列经典题】leetcode239. Sliding Window Maximum【python刷题】
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 the array to th...
2016-02-23
0
382
FZU - 1894选拔志愿者【单调队列】
Description 世博会马上就要开幕了,福州大学组织了一次志愿者选拔活动。 参加志愿者选拔的同学们排队接受面试官们的面试。参加面试的同学们按照先来先面试并且先结束的原则接受面试官们的考查。 面试中每个人的人品是主要考查对象之一。(提高人品的方法有扶老奶奶过街,不闯红灯等)...
2016-02-23
0
456
poj3261Milk Patterns【可重叠最长重复子串次数大于k】
Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 12892 Accepted: 5740 Case Time Limit: 2000MS ...
2016-02-22
0
469
poj1743Musical Theme【后缀数组求最长不重叠重复子串】楼教主男人八题
Description A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a k...
2016-02-22
0
728
hdu4552怪盗基德的挑战书&hdu3336Count the string【后缀数组求各前缀重复次数和】
Problem Description It is well known that AekdyCoin is good at string problems as well as number theory problems. When given a string s, we can wr...
2016-02-22
0
472
ural1297Palindrome【后缀数组+RMQ最长回文子串】
Description The “U.S. Robots” HQ has just received a rather alarming anonymous letter. It states that the agent from the competing «Ro...
2016-02-22
0
518
spojDistinct Substrings【后缀数组 不重复子串】
Description Given a string, we need to find the total number of its distinct substrings. Input T- number of test cases. T<=20; Each test case co...
2016-02-22
0
389
首页
上一页
32
33
34
35
36
37
38
39
40
41
下一页
末页