codezilla icon indicating copy to clipboard operation
codezilla copied to clipboard

Counting Sort in c++

Open vikram89813 opened this issue 6 years ago • 2 comments

Title:

Counting Sort in c++

Body:

Counting sort is a stable sorting technique, which is used to sort objects according to the keys that are small numbers. It counts the number of keys whose key values are same. This sorting technique is effective when the difference between different keys are not so big, otherwise, it can increase the space complexity.

Are you working on this? - Yes/No Yes.

vikram89813 avatar Feb 16 '19 11:02 vikram89813

I would like to work on this. Let me know of any requirements that you would want me to have in the code

sarkararpan710 avatar Apr 09 '19 16:04 sarkararpan710

can be done using single array?

vishad2 avatar Oct 09 '19 01:10 vishad2