Write a version of the sequential search algorithm that can be used to search a string vector object. Also, write a program to test your algorithm.
Write a version of the bubble sort algorithm that can be used to sort a string vector object. Also, write a program to test your algorithm.