Bucket Sort

Bucket sort

Bucket sort is a sorting algorithm that distributes elements of an array into buckets, which are then sorted individually. It is a distribution sort and a comparison sort algorithm, with the computational complexity depending on the sorting algorithm used, the number of buckets, and the uniformity of the input.

1 courses cover this concept

CS 161 Design and Analysis of Algorithms

Stanford University

Winter 2023

This course provides an in-depth exploration of algorithm analysis and design. It covers various sorting, searching, and selection algorithms, data structures, and fundamental graph algorithms. It emphasizes the understanding of worst and average case analysis, recurrences, and asymptotics.

No concepts data

+ 30 more concepts