This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
>> k = 100000;
>> counting_sort(1:k, k)
error: out of memory or dimension too large for Octave's index type
error: called from
counting_sort at line 9 column 5
ans
C
creationif
statement