Jump to content

Sorting Algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Koyaanis Qatsi (talk | contribs) at 16:35, 18 August 2001. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

An algorithm which puts elements of information in a given order. A known implementation is bubble sort in C++.