ヒープソート
ヒープソートは、ヒープ構造という二分木の一種を構築して並べ替えをおこなう方法。
code:hello.js
function () {
alert(document.location.href)
console.log("hello")
// コメントも書けるぞ
}
#ソート
#アルゴリズム
#algorithm