調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

日英・英日専門用語辞書

日中韓辭典研究所

Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

selection sort


selection sort


selection sort

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Wiktionary英語版

出典:Wiktionary

selection sort

出典:『Wiktionary』 (2026/07/16 23:14 UTC )

名詞

selection sort (plural selection sorts)

  1. (computing theory) A sorting algorithm that divides the input list into two sublists — items already sorted, and items not yet sorted — and gradually transfers elements from one list to the other.

ウィキペディア英語版

出典:Wikipedia

Selection sort

出典:『Wikipedia』 (2011/07/11 16:25 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

Selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity, and also has performance advantages over more complicated algorithms in certain situations, particularly where auxiliary memory is limited.

Selection sortのページの著作権