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篇)
51nod1445 变色DNA【最短路】
1445 变色DNA 题目来源: TopCoder 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 收藏 取消关注 有一只特别的狼,它在每个夜晚会进行变色,研究发现它可以...
acm
最短路
2016-10-19
0
752
hdu43700 or 1【01规划模型 最短路】
Description Given a n*n matrix C ij (1<=i,j<=n),We want to find a n*n matrix X ij (1<=i,j<=n),which is 0 or 1. ...
2016-10-10
0
437
poj1236Network of Schools【scc求入度=0和出度=0】
Submit Status Practice POJ 1236 Description A number of schools are connected to a computer network. Agreements have ...
acm
scc
2016-10-09
0
700
hdu3488Tour【二分图最大权匹配 KM】
Description In the kingdom of Henryy, there are N (2 <= N <= 200) cities, with M (M <= 30000) one-way roads connecting them. You ar...
2016-10-09
0
518
poj3189Steady Cow Assignment【二分图多重匹配】
Description Farmer John's N (1 <= N <= 1000) cows each reside in one of B (1 <= B <= 20) barns which, of course, have limited ca...
acm
二分图
网络流
poj
2016-10-09
0
736
poj2112Optimal Milking【floyd最短路+二分图多重匹配+二分】
Description FJ has moved his K (1 <= K <= 30) milking machines out into the cow pastures among the C (1 <= C <= 200) cows. A set...
2016-10-08
0
540
hdu1151Air Raid【最小路径覆盖】
Description Consider a town where all the streets are one-way and each street leads from one intersection to another. It is also known that ...
2016-10-08
0
462
POJ 3020 Antenna Placement 【二分图 黑白染色】
Description The Global Aerial Research Centre has been allotted the task of building the fifth generation of mobile phone nets in Sweden. Th...
acm
二分图
2016-10-07
0
564
bnu52326Just Convolution弱校联盟10.5【暴力?复杂度】
https://acm.bnu.edu.cn/v3/statments/***2016.pdf 题意:给定a数组和b数组。求c数组要求c[k]=max(a[i]+b[j])其中i+j==k||i+j==k+n 做法:一直在想如何降低时间复杂度未果,看了Ac代码觉得似曾相识?? 由于要凑数嘛...
2016-10-07
0
570
HDU 4185 Oil Skimming 【离散化二分匹配 黑白染色】
Oil Skimming Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2437 Accepted Submission(s):...
acm
二分图
2016-10-05
0
617
首页
上一页
10
11
12
13
14
15
16
17
18
19
下一页
末页