Jump to content

Rosetta Code:Village Pump/Unknown sorting algorithm: Difference between revisions

New page: Someone know what sorting algorithm is this? Take a look at my code: <lang python>aunsorted = [6, 2, 7, 8, 3, 1, 10, 5, 4, 9] asorted = [] amin = aunsorted[0] aminindex = 0 while True:...
(New page: Someone know what sorting algorithm is this? Take a look at my code: <lang python>aunsorted = [6, 2, 7, 8, 3, 1, 10, 5, 4, 9] asorted = [] amin = aunsorted[0] aminindex = 0 while True:...)
(No difference)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.