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)
杭电(7)
树型dp(2)
模拟(1)
欧拉回路(1)
正则表达式(1)
深搜(1)
深搜 hdu 算法(1)
矩阵(1)
算法(10)
算法 并查集(1)
线段树(6)
编程(1)
网络流(4)
计算机基础(4)
设计模式(19)
贪心(1)
随笔(1)
题解(8)
验证码(1)
归档
标签
去牛客网
登录
/
注册
MissZhou的小窝
六年磨一剑~
全部文章
/ 未归档
(共397篇)
hdu5813Elegant Construction【构造 2016多校联合第七场】
Problem Description Being an ACMer requires knowledge in many fields, because problems in this contest may use physics, biology, and even musicolo...
2016-08-10
0
392
单调栈优化dp:hdu1506Largest Rectangle in a Histogram &hdu1505city game dp
其实早在去年九月就做过这两个题了 hdu1506Largest Rectangle in a Histogram hdu1505city game dp 然而并不是用单调栈来优化的,一个很不好理解的方法做的,要是让我再写一遍估计还是一脸懵逼QAQ直到昨天晚上看了 小岛的直播 虽说讲的实...
2016-08-10
0
529
python——函数
函数 python也分形参实参 函数文档(突然发现tab是好用的) def myfirstfun(name): 'xxxx' #xxxxx print(name) >>> myfirstfun(x) SyntaxError: invalid cha...
2016-08-06
0
399
python——字符串与序列
字符串 python中没有字符的概念==与元组一样,不能直接修改 支持拼接版的修改 >>> str1='asdf' >>> str1.capitalize() 'Asdf' >>> str1 'asdf' >>>...
2016-08-05
0
409
poj2125Destroying The Graph【最小割】最小花费输出
Alice and Bob play the following game. First, Alice draws some directed graph with N vertices and M arcs. After that Bob tries to destroy it. In a mov...
2016-08-05
0
763
php登陆界面 +bootstrap mysql json
前台代码: main.php <?php /** * Created by PhpStorm. * User: admin-pc * Date: 2016/8/3 * Time: 8:11 */ header("Content-type: text/html; cha...
2016-08-04
0
536
POJ 3084 - Panic Room【网络流 最小割】
Description You are the lead programmer for the Securitron 9042, the latest and greatest in home security software from Jellern Inc. (Motto: We sec...
2016-07-29
0
603
poj1966Cable TV Network【顶点连通度=>最小割】
Cable TV Network Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 4588 Accepted: 2131 ...
2016-07-29
0
419
poj1815Friendship【最小割】
Description In modern society, each person has his own friends. Since all the people are very busy, they communicate with each other only by phone....
2016-07-27
0
465
poj3648Wedding【2-SAT】输出任意解
Total Submissions: 9574 Accepted: 2908 Special Judge Description Up to thirty couples will attend a wedding...
2016-07-27
0
517
首页
上一页
3
4
5
6
7
8
9
10
11
12
下一页
末页