Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Other Sorting Algorithms #34

Merged
merged 7 commits into from
Nov 27, 2020

Conversation

Anirbansikder
Copy link

Description

Added left over Sorting Algorithms

Topics Added

  • Count Sort
  • Heap Sort
  • Bucket Sort

Based on issue #5

Type of change

  • Added Algorithm
  • Folder Structure

Added to SUMMARY.md (delete section if not needed)?

Have you added the page to SUMMARY.md if this is a new page and not a fix?

  • Yes
  • No


**Time Complexity**: O(n+k) where n is the number of elements in input array and k is the range of input.

**Space Complexity**: Algoithm takes extra space of O(k).
Copy link
Member

@sadn1ck sadn1ck Nov 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: Algoithm

Copy link
Member

@sadn1ck sadn1ck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few typos, otherwise LGTM

@sadn1ck sadn1ck merged commit 3d84df9 into codeiiest-dev:main Nov 27, 2020
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