I would like to implement some sorting algorithm that is fast enough to sort 500 numbers many times (e.g. 300 sort iterations of 500 numbers each)
I donβt like fast sorting, merge sorting, because they are more difficult to implement than sorting bubbles, sorting sorting, sorting insertion.
Itβs just interesting that itβs better (simple to implement and with some better complexities more difficult than O (N 2 ) if many numbers are already sorted) the simplest sorting algorithm in this case
Sort numbers are a type of doubling.
source share