码迷,mamicode.com
首页 >  
搜索关键字:analyze    ( 555个结果
2015 HUAS Summer Trainning #4 A
DescriptionIn this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping ...
分类:其他好文   时间:2015-08-07 22:03:44    阅读次数:107
A 归并排序
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacen...
分类:编程语言   时间:2015-08-07 21:47:54    阅读次数:124
POJ2299-Ultra-QuickSort 解题心得
原题:DescriptionIn this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swappi...
分类:其他好文   时间:2015-08-07 21:45:37    阅读次数:142
mysql优化Analyze Table
http://blog.csdn.net/alongken2005/article/details/6394016 Analyze Table MySQL 的Optimizer(优化元件)在优化SQL语句时,首先需要收集一些相关信息,其中就包括表的cardinality(可以翻译为“散列程度”),...
分类:数据库   时间:2015-08-07 16:44:51    阅读次数:214
poj2299.4thweek.p.A.归并排序
Description:In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping...
分类:编程语言   时间:2015-08-05 08:54:01    阅读次数:159
poj 2299 Ultra-QuickSort (树状数组+离散化)
Ultra-QuickSortTime Limit:7000MSMemory Limit:65536KTotal Submissions:48257Accepted:17610DescriptionIn this problem, you have to analyze a particular s...
分类:编程语言   时间:2015-08-04 22:43:46    阅读次数:176
A.归并排序
归并排序(求逆序数)归并排序:递归+合并+排序时间复杂度:O(n logn)空间复杂度:O(n)用途:1.排序 2.求逆序对数DescriptionIn this problem, you have to analyze a particular sorting algorithm. The alg...
分类:编程语言   时间:2015-08-04 22:20:25    阅读次数:113
归并排序
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacen...
分类:编程语言   时间:2015-08-03 18:40:59    阅读次数:169
poj 2299
Ultra-QuickSort Time Limit: 7000MS   Memory Limit: 65536K Total Submissions: 48121   Accepted: 17553 Description In this problem, you have to analyze a particular sorting a...
分类:其他好文   时间:2015-08-03 16:53:35    阅读次数:96
POJ2299 Ultra-QuickSort(归并排序求逆序数)
归并排序求逆序数Time Limit:7000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uDescriptionIn this problem, you have to analyze a particular sorting algorit...
分类:编程语言   时间:2015-08-03 14:15:21    阅读次数:122
555条   上一页 1 ... 33 34 35 36 37 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!