Sorting algorithms/Insertion sort: Difference between revisions

Content added Content deleted
(Added entry for Eiffel.)
(→‎{{header|Eiffel}}: Added "works with" template showing need for provisional syntax support.)
Line 327: Line 327:


=={{header|Eiffel}}==
=={{header|Eiffel}}==
{{works with|EiffelStudio|6.6 (with provisional loop syntax)}}


This solution is shown in the routine <code lang="eiffel">sort</code> of the class <code lang="eiffel">MY_SORTED_SET</code>.
This solution is shown in the routine <code lang="eiffel">sort</code> of the class <code lang="eiffel">MY_SORTED_SET</code>.