Write a C++ program that will implement all of the sorting algorithms. The program
should accept different unsorted data items from user and sort using all algorithms and
should tell which algorithm is efficient for that particular unsorted data items.