Sorting algorithms/Permutation sort: Difference between revisions

Content added Content deleted
(added Factor)
m (→‎{{header|Ring}}: Remove vanity tags)
Line 1,604: Line 1,604:
<lang ring>
<lang ring>
# Project : Sorting algorithms/Permutation sort
# Project : Sorting algorithms/Permutation sort
# Date : 2018/02/20
# Author : Gal Zsolt (~ CalmoSoft ~)
# Email : <calmosoft@gmail.com>


a = [4, 65, 2, 31, 0, 99, 2, 83, 782]
a = [4, 65, 2, 31, 0, 99, 2, 83, 782]