338 views

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
rahul sharma 5 asked Sep 22, 2017
875 views
1. Is bucket sort always stable or does it depend on the sorting subroutine used by bucket sort toe sort the buckets?2. Bucket sort is always NOT inplace.Is this correct...
1 votes
1 votes
1 answer
2
Sanjay Sharma asked May 7, 2016
1,004 views
Assuming there are n keys andeach key is in the range [0, m – 1].The run time of bucket sort is(A) O(n) (B) O(n lgn)(C) O(n lgm) (D) O(n + m)
1 votes
1 votes
0 answers
3
rahul sharma 5 asked Dec 11, 2016
1,119 views
Does Bucket sort input is always between 0 and 1?Or the input has to be distributed between [0,1) interval uniformly before applying bucket sort?