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篇)
poj1734Sightseeing trip floyd最小环
就是裸的最小环 链接 Description There is a travel agency in Adelton town on Zanzibar island. It has decided to offer its clients, besides many other a...
2015-08-20
0
493
POJ 1386 Play on Words 欧拉回路
Description Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that doors. Becaus...
欧拉回路
poj
算法
2015-08-20
0
599
POJ 2513 Colored Sticks 欧拉回路+trie树
题目 Description You are given a bunch of wooden sticks. Each endpoint of each stick is colored with some color. Is it possible to ali...
poj
欧拉回路
算法
trie树
2015-08-20
0
540
CodeForces 508D Tanya and Password欧拉路径
那可是D题啊@。@ 做不上我心安了 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=88120#problem/B Description While dad was at work, a little girl...
CF
算法
欧拉回路
2015-08-20
0
650
HDU 4109 Instrction Arrangement拓扑排序 关键路径模板
题目! 已知其中几对先后顺序及时间差,求整体完成时间 套模板吧 #include <iostream> #include<cstdio> #include<cstring> using namespace std; const int N=1005; int...
2015-08-20
0
508
表白专用!
#include <stdio.h> #include <windows.h> #define N 50 HANDLE hConsole; void gotoxy(int x, int y) { COORD coord; coord.X = x; coord.Y = y...
2015-08-19
0
364
hdu2647reward
Input One line with two integers n and m ,stands for the number of works and the number of demands .(n<=10000,m<=20000) then m lines ,each...
hdu
算法
拓扑排序
2015-08-17
0
520
hdu2094产生冠军
Input 输入含有一些选手群,每群选手都以一个整数n(n<1000)开头,后跟n对选手的比赛结果,比赛结果以一对选手名字(中间隔一空格)表示,前者战胜后者。如果n为0,则表示输入结束。 Output 对于每个选手群,若你判断出产生了冠军,则在一行中输...
2015-08-17
0
416
hdu1285确定比赛名次(最简单的拓扑排序)
Input 输入有若干组,每组中的第一行为二个数N(1<=N<=500),M;其中N表示队伍的个数,M表示接着有M行的输入数据。接下来的M行数据中,每行也有两个整数P1,P2表示即P1队赢了P2队。 Output 给出一个符合要求的排名。输出时队...
2015-08-17
0
434
hit2060Fibonacci Problem Again
模板题==而且数都不用自己改 推导出来这玩意这题就快结束了*^_^* 带上模板 完美1A #include <iostream> #include<cstdio> #include<cstring> using namespace std; const ...
矩阵
算法
2015-08-14
0
479
首页
上一页
61
62
63
64
65
66
67
68
69
70
下一页
末页