CS213
DATA STRUCTURES LABORATORY
Problems in C/C++/ Java using data structures involving arrays, stacks, queues, strings, linked lists, trees, graphs.
- Operations on stacks, queues and linked lists
- Conversion of infix expressions to postfix and evaluation of postfix expressions
- Implementation of priority queue