mergesort

From Wiktionary, the free dictionary
Jump to navigation Jump to search
See also: merge-sort and merge sort

English[edit]

English Wikipedia has an article on:
Wikipedia

Alternative forms[edit]

Etymology[edit]

merge +‎ sort

Noun[edit]

mergesort (plural 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.

Translations[edit]

Verb[edit]

mergesort (third-person singular simple present mergesorts, present participle mergesorting, simple past and past participle mergesorted)

  1. (transitive, computing) To sort with such an algorithm.