SE701:Merge Sort
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.
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.