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的小窝
六年磨一剑~
全部文章
(共25篇)
ACM训练方案
初期:一.基本算法: (1)枚举. (poj1753,poj2965) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.(poj3295) (6)模拟法.(poj1068,poj2632,poj1573,poj2993,poj2996)...
acm
2016-01-12
0
920
nefu482方格取数【最大点权独立集】网络流24题
自己吭叽了两个小时终于在测试数据以及标程的引领下A 掉了这个三星的题,白天看了一上午胡波涛的论文总算想起来点了,图论总是比数据结构有爱一些。无奈自己总犯如此二的错误==1、s、t不可能连着所有点啊,想啥呢??既然是二分图就要一边连一半啊 2、连相邻边的时候只连单程的 3、那个flag变量怎么可能...
图论
acm
2016-01-17
0
1126
hdu4251The Famous ICPC Team Again【划分树入门题】
水到不能再水…… /*************** hdu4251 2016.1.28 1060MS 15816K 2320 B G++ ***************/ #include <cstdio> #include <cstring> #include <...
数据结构
acm
递归
2016-01-28
0
508
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
并查集总结篇
1、模板题 poj1611the suspects 每个组内的人,同一个组内都是感染者,问与“0”号人有关的有多少人 #include <iostream> #include<cstdio> using namespace std; const int MAXN = ...
并查集
acm
2016-05-14
0
609
hdu5188zhx and contest [01背包至少li才能。。。]
Description As one of the most powerful brushes in the world, zhx usually takes part in all kinds of contests. One day, zhx takes part ...
dp
acm
hdu
2016-05-20
0
573
CodeForces 659E New Reform
Description Berland has n cities connected by m bidirectional roads. No road connects a city to itself, and each pair of cities is connected ...
codeforces
dfs
acm
2016-06-07
0
548
hdu4009Transfer water【最小树形图】
Problem Description XiaoA lives in a village. Last year flood rained the village. So they decide to move the whole village to the mountain nearby ...
最小树形图
hdu
acm
2016-07-18
0
452
hdu4882ZCC Loves Codefires【贪心】2014多校联合
ZCC Loves Codefires Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1398 Accepted Submiss...
acm
dp
2014多校联合
2016-06-25
0
656
FZU 2141 Sub-Bipartite Graph【贪心】
Description Given a simple undirected graph G with n vertices and m edges, your task is to select a sub-bipartite graph of G with at least m/2...
贪心
acm
2016-07-03
0
622
首页
上一页
1
2
3
下一页
末页