@article{oai:ir.kagoshima-u.ac.jp:00015662, author = {新森, 修一 and SHINMORI, Shuichi and 荒谷, 遙香 and ARATANI, Haruka}, journal = {鹿児島大学理学部紀要, Reports of the Faculty of Science, Kagoshima University}, month = {Dec}, note = {We studied on typical sorting algorithms, compared their efficiencies, and proposed and evaluated a new sorting algorithms. In this paper, for some typical sorting algorithms, the principle and properties of each algorithm are described, and a function-type program in C language is given. Numerical experiments were used to compare and evaluate the execution times of the three O(n2) sorting algorithms (i.e., Bubble sort, Insertion sort and Selection sort) and the three O(nlogn) sorting algorithms ( i.e., Quicksort, Heaposrt and Mergesort). Furthermore, we proposed a new algorithm called Binary search insertion sort, compared it with the conventional Insertion sort, and confirmed that it can sort at a high speed of about 68%.}, pages = {1--15}, title = {整列アルゴリズムの比較評価と二分探索挿入ソートの提案}, volume = {53}, year = {2020} }