⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

[[Category:Sorting]]Though most modern languages have sorting functionality built in, programmers sometimes find it necessary to write their own sorts. Usually this is just an instructional activity.

Below are some sorting algorithms that have been implemented on Rosetta Code.