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篇)
HDU 2819 Swap 【二分图匹配 交换方法】
Description Given an N*N matrix with each entry equal to 0 or 1. You can swap any two rows or any two columns. Can you find a way to make al...
2016-10-04
0
481
Gym 101102D Rectangles 【单调栈】
Description standard input/output Given an R×C grid with each cell containing an integer, find the number of subrectangles in this g...
acm
优化
dp
2016-10-04
0
701
Gym 100917H Hierarchy 【STL好题】
Description standard input/output Statements The hierarchical structure of the new office of Galactical Ministry of Bureacr...
acm
2016-10-02
0
567
hdu4807Lunch Time【费用流】
Lunch Time Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 617 Accepted Submission(s): 11...
2016-09-22
0
431
hdu5890Eighty seven【bitset优化01背包】
Eighty seven Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 102400/102400 K (Java/Others) Total Submission(s): 583 Accepted Submission(s)...
2016-09-21
0
488
hdu5887Herbs Gathering【大数据01背包:搜索后缀+剪枝】
Problem Description Collecting one's own plants for use as herbal medicines is perhaps one of the most self-empowering things a person can do, as ...
2016-09-20
0
552
nefu481最小路径覆盖问题【网络流24题】
最小路径覆盖问题 Problem:481 Time Limit:1000ms Memory Limit:65536K ...
acm
网络流
2016-09-12
0
731
poj1486Sorting Slides【二分图匹配判断是否是必须】
Sorting Slides Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4176 Accepted: 1619 ...
2016-09-08
0
635
sgu185Two shortest【最短路+网络流】卡内存输出路径
185. Two shortest time limit per test: 0.25 sec. memory limit per test: 4096 KB input: standard input output: standard output Yest...
2016-09-02
0
513
poj3680Intervals【最大权不相交路径】
题意:和nefu495最长k可重区间集问题【最大权不相交路径】网络流24题 一样,只是权值不是线段长度变成了给定值。 做法:一样的…… 【建模方法】方法1按左端点排序所有区间,把每个区间拆分看做两个顶点<i.a><i.b>,建立附加源S汇T,以及附加顶点S'。1、连接S到...
2016-09-02
0
778
首页
上一页
11
12
13
14
15
16
17
18
19
20
下一页
末页