SE701:Merge Sort

From Marks Wiki
Jump to navigation Jump to search

The program prompts user for a list of integers. It then checks the validity of each number, arrange the numbers using merge sort algorithm and outputs the ordered list on screen.

Back