A sorting technique that sequences data by continuously merging items in the list. Every single item in the original unordered list is merged with another, creating groups of two. Every two-item group is merged, creating groups of four and so on until there is one ordered list. See sort algorithm and merge.
Search For merge sort On ChannelWeb
Find the latest news and information on merge sort from across the Channelweb Network of IT Web sites.