You are on page 1of 1

List of Practical

Data Structure lab

1. Write a program to implement insertion, deletion and of linear array.

2. Write a program to implement push and pop operation of Stack.

3. Write a program to implement traversing of array..

4. Write a program for the Bubble sorting.

5. Write a program for Insertion sorting.

6. Write a program in C for selection sorting

7. Write a program to implement binary search.

8. Write a program to implement linear search

9. Write a program to input a number and calculate factorial of this number.

10.Write a program to check whether a number is prime or not?

You might also like