0% found this document useful (0 votes)
113 views1 page

Group Assignment 2

This document outlines 5 programming assignments for a group project: 1) Use linear search to find an element in an array, 2) Use binary search to find an element in a sorted array, 3) Sort a list of numbers using bubble sort, 4) Sort an array using insertion sort, 5) Sort a list of numbers using selection sort.

Uploaded by

Salih Anwar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views1 page

Group Assignment 2

This document outlines 5 programming assignments for a group project: 1) Use linear search to find an element in an array, 2) Use binary search to find an element in a sorted array, 3) Sort a list of numbers using bubble sort, 4) Sort an array using insertion sort, 5) Sort a list of numbers using selection sort.

Uploaded by

Salih Anwar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Group assignment

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.

You might also like