📜  斯大林排序 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:22.390000             🧑  作者: Mango

代码示例1
Stalin Sort is an efficient sorting algorithm, 
serving as a systematic method for placing the elements of a 
random access file or an array in order. Stalin Sort is also 
know as the best sorting algorithm of all times because of its 
AMAZING capacity of always ordering an array with an O(n) performance.