2010•Journal of Chongqing University of Arts and SciencesRequires access

Analysis on the performances of five sort algorithms

You Yang

Open publisher page 0 citations

Abstract

Sorting algorithm is one of the most basic research fields in computer science.It's goal is to make record easier to search,insert and delete.Through the description of five sort algorithms: bubble,select,insert,merger and quick,the time and space complexity was summarized.Furthermore,two categories of O(n2) and O(nlogn) could be divided.On the record sequence of random,positive and reverse,the application rules was pointed out based on the experiments.When the size of records is small,insertion sort or selection sort performs well.When the sequence is ordered,insertion sort or bubble sort performs well.When the size of records is large,quick sort or merge sort performs well.

About this research paper

What this paper is about

Sorting algorithm is one of the most basic research fields in computer science.It's goal is to make record easier to search,insert and delete.Through the description of five sort algorithms: bubble,select,insert,merger and quick,the time and space complexity was summarized.Furthermore,two categories of O(n2) and O(nlogn) could be divided.On the record sequence of random,positive and reverse,the application rules was pointed out based on the experiments.When the size of records is small,insertion sort or selection sort performs well.When the sequence is ordered,insertion sort or bubble sort performs well.When the size of records is large,quick sort or merge sort performs well.

Why it matters

A significance statement is not available in the OpenAlex record.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

Sorting algorithm is one of the most basic research fields in computer science.It's goal is to make record easier to search,insert and delete.Through the description of five sort algorithms: bubble,select,insert,merger and quick,the time and space complexity was summarized.Furthermore,two categories of O(n2) and O(nlogn) could be divided.On the record sequence of random,positive and reverse,the application rules was pointed out based on the experiments.When the size of records is small,insertion sort or selection sort performs well.When the sequence is ordered,insertion sort or bubble sort performs well.When the size of records is large,quick sort or merge sort performs well.

Key concepts: sort, Sorting algorithm, Computer science, Algorithm, Sequence (biology), Merge sort, Merge (version control), Parallel computing

Related papers

Back to paper searchBrowse research topicsOriginal source
Analysis on the performances of five sort algorithms — Research Paper | ScholarLens