Java sort list of names using bubble sort, selection sort, merge sort, etc....
Budget: $10 – $30 USD
I need assistance in creating an interactive CLI java program that takes a list of 100 names and sorts them using bubble, selection, merge, and heap sorting. I have started on it but am unable to complete it. I will attach my code but feel free to disregard it and start from scratch. The program will start by asking which sort technique to use, then will use that method to sort the list of names from the text file.