Compare sorting algorithms' performance: Difference between revisions

m
Line 1,893:
Standard 0 0 18 96 992 12394</pre>
 
==={Conclusions}===
 
Compared to the results obtained by the Kotlin program, the radix sort seems less efficient and the shell sort more efficient. Maybe some optimizations could improve the radix sort, but it seems also that the shell sort is well optimized by the Nim compiler and the C compiler.
Anonymous user