码迷,mamicode.com
首页 >  
搜索关键字:strange sorting    ( 1127个结果
HDU 1548 A strange lift(最短路&&bfs)
A strange lift Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 26943 Accepted Submission(s): 9699 ...
分类:其他好文   时间:2017-08-02 18:52:54    阅读次数:154
HihoCoder - 1509 XOR Sorting
#1509 : 异或排序 #1509 : 异或排序 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个长度为 n 的非负整数序列 a[1..n] 你需要求有多少个非负整数 S 满足以下两个条件: (1).0 ≤ S < 260 (2).对于所有 1 ≤ i < n ...
分类:其他好文   时间:2017-08-01 21:48:25    阅读次数:138
hdu1584 A strange lift (电梯最短路径问题)
A strange lift Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 15570 Accepted Submission(s): 583 ...
分类:其他好文   时间:2017-08-01 11:19:13    阅读次数:156
数据结构与算法分析-排序
作者:xiabodan 出处:http://blog.csdn.net/xiabodan 排序算法(Sorting Algorithm)是计算机算法的一个组成部分。也是程序=算法+数据结构中的一部分(算法)。 实验平台:raspberry 2 B + Ubuntu Mate 插入排序 外循环i由1到 ...
分类:编程语言   时间:2017-07-30 12:47:04    阅读次数:232
CF 316div2 E.Pig and Palindromes
E. Pig and Palindromes Peppa the Pig was walking and walked into the forest. What a strange coincidence! The forest has the shape of a rectangle, cons ...
分类:其他好文   时间:2017-07-29 18:58:41    阅读次数:163
解决Everything1.4版本预览时不支持自定义后缀的问题
2017年6月Everything版本升级到了1.4.x 个人使用下来认为最主要的有以下几点 New features and changes in Everything 1.4 Size, Dates and Attributes Indexing Fast Sorting Thumbnails ...
分类:其他好文   时间:2017-07-29 12:44:10    阅读次数:174
HDU 2899 Strange fuction 二分
1.题意:给一个函数F(X)的表达式,求其最值,自变量定义域为0到100 2.分析:写出题面函数的导函数的表达式,二分求导函数的零点,对应的就是极值点 3.代码: ...
分类:其他好文   时间:2017-07-29 10:09:14    阅读次数:151
POJ 3107 Godfather
Godfather 时限:2000ms Description Last years Chicago was full of gangster fights and strange murders. The chief of the police got really tired of all th ...
分类:其他好文   时间:2017-07-27 23:34:00    阅读次数:183
【转载】比较排序算法
【转载自】http://www.cnblogs.com/gaochundong/p/comparison_sorting_algorithms.html 比较排序算法分类 比较排序(Comparison Sort)通过对数组中的元素进行比较来实现排序。 比较排序算法(Comparison Sorts ...
分类:编程语言   时间:2017-07-26 14:42:28    阅读次数:254
Beautiful numbers
Volodya is an odd boy and his taste is strange as well. It seems to him that a positive integer number is beautiful if and only if it is divisible by ...
分类:其他好文   时间:2017-07-25 22:33:41    阅读次数:197
1127条   上一页 1 ... 36 37 38 39 40 ... 113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!