Sorting Algorithms Questions
The average-case time complexity of bucket sort is O(n + k), where n is the number of elements to be sorted and k is the number of buckets.