卑微大橙子在线求offer
卑微大橙子在线求offer
全部文章
分类
ACM-南阳(2)
AC自动机(4)
different(28)
DP动态(6)
easy(37)
IT之旅(9)
Java(2)
Java学习(1)
KMP与扩展KMP(2)
knowledge point(18)
Linux(3)
NOW-牛客网(17)
PAT-天梯(20)
POJ-北大(2)
Python爬虫(1)
sort(2)
STL(11)
time(1)
剑指offer(4)
单调队列(2)
博客插入数学公式(2)
博弈(2)
友情链接(3)
哈皮的Java一周实训(3)
并查集(6)
归并排序(3)
快速幂(5)
思维(27)
打表(3)
搜索 bfs&&dfs(27)
操作系统(1)
数学建模(3)
数据库(1)
数论(3)
最小生成树(9)
最短路径(12)
未归档(7)
模拟(9)
深搜dfs(3)
线段树(6)
背包(9)
蓝桥杯(29)
计算机网络(1)
贪心(6)
题解(3)
归档
标签
去牛客网
登录
/
注册
卑微大橙子在线求offer的博客
愿年轻的你海阔天空,归来时可以满载无悔的光阴。
全部文章
(共546篇)
单调队列
定义 单调队列就是具有单调性质的队列,即单调递减或单调递增的队列。 用途 在长度为n的数组中,从1到n-m+1分别为起点的连续的m个区间长度中求出最大值或最小值 处理过程 进队操作:将进队的元素为e,从队尾往前扫描,直到找到一个不大于e的元素d,将...
2018-08-02
0
377
【hdu 6300】Triangle Partition
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6300 题意:有T组测试样列,输入的n代表要组成的三角形的个数,接下来3n行代表3n个点,输出n行,每行输出组成三角形的点的序号。 思路:因为题上说保证没有3个点共线,因此只需要将所有点按x和y进行从...
2018-07-29
0
602
【hdu 6300】Triangle Partition
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6300 题意:有T组测试样列,输入的n代表要组成的三角形的个数,接下来3n行代表3n个点,输出n行,每行输出组成三角形的点的序号。 思路:因为题上说保证没有3个点共线,因此只需要将所有点按x和y进行从...
2018-07-29
0
454
【hdu 6300】Triangle Partition
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6300 题意:有T组测试样列,输入的n代表要组成的三角形的个数,接下来3n行代表3n个点,输出n行,每行输出组成三角形的点的序号。 思路:因为题上说保证没有3个点共线,因此只需要将所有点按x和y进行从...
2018-07-29
0
423
【hdu 6301】Distinct Values(区间)
Problem Description: Chiaki has an array of n positive integers. You are told some facts about the array: for every two elements ai and aj in the su...
2018-07-29
0
316
【hdu 6301】Distinct Values(区间)
Problem Description: Chiaki has an array of n positive integers. You are told some facts about the array: for every two elements ai and aj in the su...
2018-07-29
0
300
【hdu 6301】Distinct Values(区间)
Problem Description: Chiaki has an array of n positive integers. You are told some facts about the array: for every two elements ai and aj in the su...
2018-07-29
0
557
【hdu 6318】Swaps and Inversions(归并排序模板)
Problem Description: Long long ago, there was an integer sequence a. Tonyfang think this sequence is messy, so he will count the number of inversion...
2018-07-29
0
466
【hdu 6318】Swaps and Inversions(归并排序模板)
Problem Description: Long long ago, there was an integer sequence a. Tonyfang think this sequence is messy, so he will count the number of inversion...
2018-07-29
0
443
【hdu 6318】Swaps and Inversions(归并排序模板)
Problem Description: Long long ago, there was an integer sequence a. Tonyfang think this sequence is messy, so he will count the number of inversion...
2018-07-29
0
428
首页
上一页
28
29
30
31
32
33
34
35
36
37
下一页
末页