Home Common Problem Is heap sort stable?

Is heap sort stable?

Apr 22, 2020 am 11:27 AM
Heap sort

Is heap sort stable?

Heap sort, quick sort, Hill sort, and direct selection sort are unstable sorting algorithms, while radix sort, bubble sort, direct insertion sort, half insertion sort, and merge sort It is a stable sorting algorithm.

Heap sorting

We know that the structure of the heap is that the children of node i are 2*i and 2*i 1 nodes. The big top heap requires the parent node to be greater than or equal to its 2 child nodes. The small top heap requires that the parent node be greater than or equal to its 2 child nodes. The heap requires that the parent node be less than or equal to its 2 child nodes.

In a sequence of length n, the process of heap sorting is to select the largest (big top heap) or the smallest (small top heap) starting from the n/2th and its child nodes with a total of 3 values. The choice between elements certainly does not destroy stability. But when selecting elements for n /2-1, n/2-2, ...1 parent nodes, the stability will be destroyed.

It is possible that the n/2th parent node exchanges the next element, and the n/2-1th parent node does not exchange the next same element. Then these two same elements The stability between them is destroyed. Therefore, heap sort is not a stable sorting algorithm.

The above is the detailed content of Is heap sort stable?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1658
14
PHP Tutorial
1257
29
C# Tutorial
1231
24