📅  最后修改于: 2022-03-11 14:57:39.657000             🧑  作者: Mango
A sorting algorithm that works by first organizing the data to be sorted into a special type of binary tree called a heap. The heap itself has, by definition, the largest value at the top of the tree.