kids encyclopedia robot

Heapsort facts for kids

Kids Encyclopedia Facts

Heap sort or heapsort is a sorting algorithm. It was presented in 1964, and helped make a data structure known as heap popular. Heapsort divides the input into a sorted, and an unsorted region. It then takes the largest element from the unsorted region and inserts it into the sorted region. The unsorted region is kept as a heap, which allows to quickly find the largest element. Heapsort is not stable. It has a worst-case complexity of O(n*log(n)).

Images for kids

See also

Kids robot.svg In Spanish: Heapsort para niños

kids search engine
Heapsort Facts for Kids. Kiddle Encyclopedia.