Group Assignment 2
Group Assignment 2
1. Write a C++ program to search an array of elements using the linear search algorithm
2. Write a C++ program to search an array of elements using the binary search algorithm
3. Write a C++ program to sort a list of numbers using bubble sort algorithm.
4. Write a C++ program to sort an array of elements using the insertion sort algorithm.
5. Write a C++ program to sort a list of numbers using selection sort algorithm.