挿入ソート
挿入ソートは、左から順番に要素を比較しながら入れ替えていく方法。
code:hello.js
function () {
alert(document.location.href)
console.log("hello")
// コメントも書けるぞ
}
#ソート
#アルゴリズム
#algorithm