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篇)
leetcode 18. 4Sum
Given an array nums of n integers and an integer target, are there elements a, b, c, and d in nums such that a + b + c + d = target? Find all unique q...
leetcode
2018-09-20
0
511
设计模型——解释器模式interpret
解释器模式:给定一个语言,定义它的文法的一种表示,并定义一个解释器,这个解释器使用该表示来解释语言中的句子 需要解决的问题是: 如果一种特定雷丁的问题发生的频率足够高,那么可能就值得将该问题的各个实例表述为一个简单语言中的句子。这样就可以构造一个解释器,该解释器通过解释这些句子来解决该问题。 ...
设计模式
解释器模式
2018-09-13
0
583
leetcode17Letter Combinations of a Phone Number【队列】
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to l...
leetcode
队列
2018-09-12
0
518
最长公共子串&最长公共子序列
子串要求连续 子序列不要求连续 之前的做法是dp求子序列 #include <iostream> #include <cstdio> #include <cstring> using namespace std; const int INF = 0x3...
2018-09-06
0
380
leetcode 16 3Sum Closest【双指针 变形】
Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the sum of the thr...
leetcode
2018-09-05
0
533
牛客网oi测试赛E旅行青蛙【LIS二分】
链接:https://www.nowcoder.com/acm/contest/181/E 来源:牛客网 题目描述 一只青蛙出去旅游,因为中国有一句古话说的好:“由简入奢易,由奢入俭难”,所以这只青蛙当看的当前景点比前面看过的景点差的时候,青蛙就会说“不开心”为了避免这只青蛙说“不开心”,并...
2018-09-05
0
708
leetcode 15 3-sum【双指针】
Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the s...
2018-08-01
0
541
leetcode 12. Integer to Roman【Python】模拟
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X ...
leetcode
Python
2018-07-30
0
534
leetcode 8. String to Integer (atoi)【Python 正则表达式】
规则好多哦…… Implement atoi which converts a string to an integer. The function first discards as many whitespace characters as necessary until the first...
2018-07-30
0
551
P2865 [USACO06NOV]路障Roadblocks【次短路】
370通过 1<small style="font-size:.5em;">K</small>提交 题目提供者FarmerJohn2 评测方式云端评测 标签USACO2006...
oi
acm
spfa
最短路
次短路
2018-07-11
0
667
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页