Sorting algorithms/Counting sort: Difference between revisions

Content deleted Content added
Sonia (talk | contribs)
→‎{{header|Go}}: library change, also added version with WP algorithm
→‎{{header|MATLAB}}: works fine with Octave, too.
Line 722:
show(`a')</lang>
 
=={{header|MATLAB}} / {{header|Octave}}==
This is a direct translation of the pseudo-code, except to compensate for MATLAB using 1 based arrays.