Skip to content

radix sort#58

Open
nitya123-github wants to merge 1 commit intoAndroidTechiesGTBIT:masterfrom
nitya123-github:patch-2
Open

radix sort#58
nitya123-github wants to merge 1 commit intoAndroidTechiesGTBIT:masterfrom
nitya123-github:patch-2

Conversation

@nitya123-github
Copy link

The lower bound for Comparison based sorting algorithm (Merge Sort, Heap Sort, Quick-Sort .. etc) is Ω(nLogn), i.e., they cannot do better than nLogn.
Counting sort is a linear time sorting algorithm that sort in O(n+k) time when elements are in range from 1 to k.

The lower bound for Comparison based sorting algorithm (Merge Sort, Heap Sort, Quick-Sort .. etc) is Ω(nLogn), i.e., they cannot do better than nLogn.
Counting sort is a linear time sorting algorithm that sort in O(n+k) time when elements are in range from 1 to k.
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.

1 participant