LYCOS RETRIEVER
Algorithms
RECENTLY UPDATED TOPICS UNDER ALGORITHMS
|
MERGE SORT
The strategy behind Merge Sort is to change the problem of sorting into the problem of merging two sorted sub-lists into one. If the two halves of the array were sorted, then merging them carefully could complete the sort of the entire list.
Source: webspace.ship.edu (built 122 days ago)
|
|
TOPICS IN ALGORITHMS
|
||
ALGORITHMS CATEGORIES