Skip to content

Update contributors.md and add counting sort - #8

Merged
bhrigukansra merged 2 commits into
bhrigukansra:masterfrom
Ujjval-Patel:master
Oct 1, 2018
Merged

Update contributors.md and add counting sort#8
bhrigukansra merged 2 commits into
bhrigukansra:masterfrom
Ujjval-Patel:master

Conversation

@Ujjval-Patel

Copy link
Copy Markdown
Contributor

Counting sort is a sorting technique based on keys between a specific range. It works by counting the number of objects having distinct key values (kind of hashing). Then doing some arithmetic to calculate the position of each object in the output sequence.

@bhrigukansra
bhrigukansra merged commit 91c72a3 into bhrigukansra:master Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants