ASSIGNMENT ( DATA STRUCTURE SEM-II)
1.Write a program for Binary search using C.
2. Write an algorithm for PUSH operation of Stack.
3. Define the Data structure in detail.
4. Write a program to add a node at the last of the link list.
5. Write a program to delete a node at the middle of the link list.
6. Write an algorithm for quik sort.