Question: Write a program that reads a series of input lines (from a file) and sorts them into alphabetical order, ignoring the case of the words.
Write a program that reads a series of input lines (from a file) and sorts them into alphabetical order, ignoring the case of the words. The program can consider merge sorting algorithm so that it is efficiently sorts even a large file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
