Question: It is C++ assignment, please use bubble sort. Sort and Search Lab 1) Write a function which sorts an array of strings into alphabetic order,
It is C++ assignment, please use bubble sort. 
Sort and Search Lab 1) Write a function which sorts an array of strings into alphabetic order, using the selection sort algorithm. 2) Write a function which searches for a string in a sorted array, using a binary search 3) Write a main program which tests these functions as follows: .Create an array of strings and initialize it with these names, in the order shown: Wolfe Ali Nguyen Michalski Griffin Sanchez Rubin Taylor Johnson Moreno Rodriguez Moretti Wu Allison .Print the strings in sorted order on the console. Ask the user to input a name. .Print out the index of the name in the sorted array or 'Not found
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
