選択ソート
選択ソートは、データ内の最小値(最大値)の値を見つけて、左から順番に並び替える方法。
code:hello.js
function () {
alert(document.location.href)
console.log("hello")
// コメントも書けるぞ
}
#ソート
#アルゴリズム
#algorithm