Thursday 6 December 2012

CS1152--DATA STRUCTURES LAB



1. Array implementation of List Abstract Data Type (ADT)
2. Linked list implementation of List ADT
3. Cursor implementation of List ADT
4. Array implementations of Stack ADT
5. Linked list implementations of Stack ADT
The following three exercises are to be done by implementing the following source files
(a) Program for -Balanced Paranthesis-
(b) Array implementation of Stack ADT
(c) Linked list implementation of Stack ADT
(d) Program for -Evaluating Postfix Expressions-
An appropriate header file for the Stack ADT should be #included in (a) and (d)
6. Implement the application for checking -Balanced Paranthesis- using array implementation of Stack ADT (by implementing files (a) and (b) given above)
7. Implement the application for checking -Balanced Paranthesis- using linked list implementation of Stack ADT (by using file (a) from experiment 6 and implementing file (c))
8. Implement the application for -Evaluating Postfix Expressions- using array and linked list implementations of Stack ADT (by implementing file (d) and using file (b), and then by using files (d) and (c))
9. Queue ADT
10. Search Tree ADT - Binary Search Tree
11. Heap Sort
12. Quick Sort 



Don't You Think this Awesome Post should be shared ??
| CS1152--DATA STRUCTURES LAB |
Back To Top Related Posts Plugin for WordPress, Blogger...