Pages

Saturday, October 8, 2011

Counting Sort

While i was trying to write the code of counting sort in my machine. I found that, its not that much easy, because in the algorithm, we take an array A,which is started from position 1(normally array starts from 0). So that is why its getting more interesting.