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的小窝
六年磨一剑~
全部文章
(共49篇)
hdu1513Palindrome【最长公共子序列&滚动数组】
问加几个字符能变成回文串==赤裸裸的LCS 而且都不用记录路径 MLE了两发才意识到真的得用滚动数组== /************ hdu1513 2016.2.12 483MS 1616K 975 B G++ ************/ #include <iostream> ...
dp
hdu
2016-02-12
0
438
ural1057 Amount of Degrees 【数位dp】论文例题
URAL - 1057 Amount of Degrees Time Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u...
dp
2016-02-16
0
671
hdu4512吉哥系列故事——完美队形I【LICS】
Problem Description 吉哥这几天对队形比较感兴趣。 有一天,有n个人按顺序站在他的面前,他们的身高分别是h[1], h[2] ... h[n],吉哥希望从中挑出一些人,让这些人形成一个新的队形,新的队形若满足以下三点要求,则称之为完美队形: 1...
hdu
dp
2016-02-13
0
638
fzu1977Pandora adventure【插头dp】
roblem Description The pollution of the earth is so serious that people can not survive any more. Fortunately, people have found a new planet that...
dp
2016-03-12
0
430
hdu3469Watch The Movie【分组背包】二维dp数组
Problem Description New semester is coming, and DuoDuo has to go to school tomorrow. She decides to have fun tonight and will be very busy after t...
dp
杭电
2016-03-13
0
619
hdu4323magic number【编辑距离dp】
Problem Description There are many magic numbers whose lengths are less than 10. Given some queries, each contains a single number, if the Levensh...
杭电
dp
2016-03-27
0
655
Hdu 5379 Mahjong tree【搜索组合数】
Description Little sun is an artist. Today he is playing mahjong alone. He suddenly feels that the tree in the yard doesn't look good. So he...
杭电
dp
2016-04-03
0
477
lightoj 1031 - Easy Game 【区间dp】360 2017笔试编程题3
Submit Status Description You are playing a two player game. Initially there are n integer numbers in an array and playerA andB get cha...
lightoj
dp
2016-04-29
0
1178
cf149DColoring Brackets【区间dp求方法数】
Description Once Petya read a problem about a bracket sequence. He gave it much thought but didn't find a solution. Today you will face it. ...
c++
dp
codefores
算法
acm
2016-05-07
0
588
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
568
首页
上一页
1
2
3
4
5
下一页
末页