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

no edit summary
(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 edit summary
Line 1:
Someone know what sorting algorithm is this?
I just made it, and i don't know his name.
 
Take a look at my code:
Anonymous user