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的小窝
六年磨一剑~
全部文章
(共57篇)
HDU 1372Knight Moves
给你两个点 问 骑士这个玩意走几步能到 注意是走“日”字!走“日”字!走“日”字!重要的事情说三遍! 题目不给看 #include <iostream> #include<cstdio> #include<cstring> using namespace s...
广搜
hdu
2015-08-10
0
568
bestcoder#36-13981Strange Class字符串是否是a^n+b^n+c^n
Problem Description In Vivid’s school, there is a strange class(SC). In SC, the students’ names are very strange. They are in the same format: ...
hdu
算法
2015-08-01
0
534
HDU 1671 Phone List trie树
题目在这里哟 就是找有木有一个串是另一个字符串前缀的 讲讲我都错哪了 #include <iostream> #include<cstdio> #include<cstring> #include<cstdlib> using namespace...
trie
算法
hdu
字符串
2015-08-13
0
619
hdu2102 A计划
这个题简直就是个大bug 首先output说:如果骑士们能够在T时刻能找到公主就输出“YES”,否则输出“NO”其实T秒内就可以! 还有 题中说:层间的移动只能通过时空传输机,且不需要任何时间 加了1秒才能过 #include <iostream> #include <cs...
广搜
hdu
2015-08-10
0
562
hdu1394Minimum Inversion Number逆序数
链接在这里呀在这里 其实第一次看到这个题是六月1号。然而即使学长讲了一遍没懂依旧没问 好歹今天一下午终于明白了 一串数字要怎么联想到线段树呢?把数字本身当作线段树中的位置--这个是这题的一个点 Tip2:由于操作只有把开头的一个元素放到最后位置,故,其他数字相对位置不变啊。每次更新的数字就是从...
hdu
线段树
2015-08-10
0
510
HDU 1075 What Are You Talking About trie树
What Are You Talking About Time Limit:5000MS Memory Limit:204800KB 64bit IO Format:%I64d & %I64u Submit Status Practice ...
trie
字符串
hdu
2015-08-13
0
847
HDU 1251 统计难题 trie树
简单的p->count++ 统计难题 Time Limit:2000MS Memory Limit:65535KB 64bit IO Format:%I64d & %I64u Submit Status Practice...
hdu
trie
字符串
2015-08-13
0
608
hdu1247 hat's words
Hat’s Words Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1247 ...
trie
hdu
字符串
算法
2015-08-13
0
683
hdu 1316 How Many Fibs?
链接 给定两个数,问中间夹多少斐波那契数 这个题算是这次训练里最难的了>_<要二分,要字符串比较(而且还得自己写函数) #include <iostream> #include<cstdio> #include<cstring> using na...
hdu
算法
矩阵
2015-08-14
0
594
hdu3117Fibonacci Numbers
对于这种用矩阵求完后4位,还得用公式求前4位的=== #include <iostream> #include <stdio.h> #include <math.h> #define Mod 10000 using namespace std; long lo...
hdu
算法
矩阵
2015-08-14
0
803
首页
上一页
1
2
3
4
5
6
下一页
末页