You are on page 1of 1

Systems Programming Lab Assignment 2

DiD-ND
1. Bubble Sort
2. Selection Sort
3. Insertion Sort
4. Binary Search
5. Linear Search
6. Find out how many values are less than 20 and how many values are greater than 40 among an array
of ten numbers
7. Convert binary digit to hex digit
8. Convert binary digit to decimal
9. Find maximum and minimum from an array
10. Find second max and second min from an array

You might also like