- server 基于jdk1.6的自带webservices的helloworld实现
- F1 simple car moving using timer
- OpenGLApplication opengl教学程序
- apache-tomcat-8.0.28-windows-x64 apach tomcat源代码
- NLP_word2vec nature language processing. Implement of word2vec in R (CBOW + negative sampling) .
- BPNN 前向型神经网络() 1.首先使用随机函数对每一层间的连接权值矩阵和偏置向量进行随机初始化. 2.依次使用一个训练样本对网络进行训练
文件名称:QuickSort
-
所属分类:
- 标签属性:
- 上传时间:2014-11-11
-
文件大小:608byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
快速排序(QuickSort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法。-Quick Sort (QuickSort) is an efficient sorting algorithms. Although the algorithm runs in the worst case time is O (n ^ 2), but because the average running time of O (nlogn), and memory usage, procedures to achieve good performance on complex, especially for fast sorting algorithm randomly of the possibility of making quick sort in general is one of the most practical sorting method. Quicksort is currently considered the best internal sorting methods.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
QuickSort.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.