Sunday, June 17, 2012

Data Structures Record Questions


                                                 Record questions
1.       Wap to demonstrate the operations on singly linked list
2.       Wap to implement the stack using arrays
3.       Wap to implement the stack using switch case
4.       Wap to implement the queue using arrays
5.       Wap to implement the queue using switch case
6.       Wap to implement the bubble sort
7.       Wap to implement the selection sort
8.       Wap to implement the quick sort
9.       Wap to implement the merge sort
10.   Wap to implement the linear search
11.   Wap to implement the binary search
12.   Wap to demonstrate a sparse matrix
13.   Wap to transpose a sparse matrix
14.   Wap to implement the reverse of a single linked list
15.   Wap to implement the searching & sorting of a single linked list