Sorting algorithms/Counting sort: Difference between revisions

Content added Content deleted
Line 272: Line 272:
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
const int MAX = 30;
const int MAX = 10;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------