Jump to content

Sorting algorithms/Insertion sort: Difference between revisions

→‎{{header|Eiffel}}: Added "works with" template showing need for provisional syntax support.
(Added entry for Eiffel.)
(→‎{{header|Eiffel}}: Added "works with" template showing need for provisional syntax support.)
Line 327:
 
=={{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>.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.