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

Content added Content deleted
No edit summary
(it's a selection sort)
Line 60: Line 60:
}
}
}</lang>
}</lang>

: This is effectively a [[selection sort]] (find minimum, put in the right place). --[[User:IanOsgood|IanOsgood]] 02:37, 22 April 2009 (UTC)