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)
杭电(7)
树型dp(2)
模拟(1)
欧拉回路(1)
正则表达式(1)
深搜(1)
深搜 hdu 算法(1)
矩阵(1)
算法(10)
算法 并查集(1)
线段树(6)
编程(1)
网络流(4)
计算机基础(4)
设计模式(19)
贪心(1)
随笔(1)
题解(8)
验证码(1)
归档
标签
去牛客网
登录
/
注册
MissZhou的小窝
六年磨一剑~
全部文章
/ 未归档
(共397篇)
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
385
FZU - 1894选拔志愿者【单调队列】
Description 世博会马上就要开幕了,福州大学组织了一次志愿者选拔活动。 参加志愿者选拔的同学们排队接受面试官们的面试。参加面试的同学们按照先来先面试并且先结束的原则接受面试官们的考查。 面试中每个人的人品是主要考查对象之一。(提高人品的方法有扶老奶奶过街,不闯红灯等)...
2016-02-23
0
458
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
473
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
php文件系统概述
文件类型 在程序运行时,程序本身和数据一般都存在内存中,当程序运行结束后,存放在内存中的数据被释放。 如果需要长期保存程序运行所需的原始数据,或程序运行产生的结果,就必须以文件形式存储到外部存储介质上。 文件一般指存储在外部介质上具有名字(文件名)的一组相关数据集合。用文件可长期保存...
2016-02-21
0
473
poj3693Maximum repetition substring【后缀数组+RMQ求重复最多连续子串】
Description The repetition number of a string is defined as the maximum number R such that the string can be partitioned intoR same consecutiv...
2016-02-21
0
353
poj2774Long Long Message【后缀数组求最长公共字串】
Description The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting i...
2016-02-20
0
588
首页
上一页
16
17
18
19
20
21
22
23
24
25
下一页
末页