Click here to Skip to main content
15,893,814 members
Articles / Programming Languages / Visual Basic

Sorting Algorithms in VB.NET: How To Implement Merge Sort

29 Dec 2009CPOL 43.8K   7   4
Merge sort is an O(n log n) comparison-based sorting algorithm, It was invented by John von Neumann in 1945. It is based on the divide-and-conquer paradigm and is used to sort large amounts of information
We're sorry, but the article you are trying to view was deleted at 17 Apr 2020.

Please go to the Visual Basic Table of Contents to view the list of available articles in this section.