コンピューター用語辞典

日外アソシエーツ株式会社

merge sort

併合分類; マージソート

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

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

merge sort

日英・英日専門用語辞書

日中韓辭典研究所

merge sort

併合整列,マージソート,併合分類

Wiktionary英語版

出典:Wiktionary

merge-sort

出典:『Wiktionary』 (2015/09/18 18:39 UTC 版)

名詞

merge-sort ‎(複数形 merge-sorts)

  1. Alternative spelling of mergesort

動詞

merge-sort ‎(三人称単数 現在形 merge-sorts, 現在分詞 merge-sorting, 過去形および過去分詞 merge-sorted)

  1. Alternative spelling of mergesort

merge sort

出典:『Wiktionary』 (2012/07/10 09:08 UTC 版)

語源

merge +‎ sort

名詞

merge sort (複数形 merge sorts)

  1. (computing) Synonym of mergesort.

mergesort

別の表記

語源

merge +‎ sort

名詞

mergesort (複数形 mergesorts)

  1. (computing) A divide and conquer sorting algorithm that operates by dividing the items to be sorted into many small lists and gradually merging them together.

ウィキペディア英語版

出典:Wikipedia

Merge sort

出典:『Wikipedia』 (2011/05/30 14:56 UTC 版)

英語による解説

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

Merge sort is an O(n log n) comparison-based sorting algorithm. Most implementations produce a stable sort, meaning that the implementation preserves the input order of equal elements in the sorted output. It is a divide and conquer algorithm. Merge sort was invented by John von Neumann in 1945. A detailed description and analysis of bottom-up mergesort appeared in a report by Goldstine and Neumann as early as 1948.

merge-sortのページの著作権