I am tackling an objective that requires me to sort a list of names (> 10,000) from a file. What is an efficient approach in accomplishing this? Names could vary in char length and I do not have to worry about special chars or spaces.I am tackling an objective that requires me to