The Curious Case of Modified Merge Sort
暂无分享,去创建一个
We propose an O(N logN) sorting method by Modified Merge Sort Method, which shows huge potential to sort big data sets, and even better potential to sort big data sets with a smaller range. Six sorting algorithms: Selection Sort, Insertion sort, Merge sort, Quick sort, Bubble Sort and Modified Merge Sort were implemented in C++ programming languages and tested for the random sequence input of length 100, 1000, 4000, 9000 on random numbers and the IPL Dataset.
[1] W. P. Salman,et al. How to Program , 1983 .
[2] Ronald L. Rivest,et al. Introduction to Algorithms , 1990 .
[3] Riccardo Poli,et al. Particle swarm optimization , 1995, Swarm Intelligence.