Merge Sort

Argument Sorting Using Merge Sort Version 1.0

Submitted by jakerpomperada on
About the code this which I called Argument Sorting Using Merge Sort Version 1.0. I incorporated the argument properties of java to ask values in the command line from the user and then sort those values using Merge sort algorithm. This code is great in learning data structure using Java as your language. If you find this code very useful send me an email at [email protected]. People here

Merge Sort Version 1.0

Submitted by jakerpomperada on
About the code it is called merge sort program written in Java. Merge sort is another sorting algorithm the is widely used in arranging numbers and strings. It was developed by Dr. John Von Neumann in 1945. I intended this code for beginners who are new in sorting algorithm construction and uses it in a practical manner. If you find this code useful send me an email at [email protected]