DS Test 01
DS Test 01
: 00
Shri Ramdeobaba College of Engineering and
Ref. Clause(s): 9.1 Management, Nagpur -440013 Date of Rev: 01/01/2018
B) Write an algorithm for implementing a Circular Queue. The algorithm (03) CO3 L6
should ensure that no space is wasted. Show the queue and the position of
pointers initially and after the queue is full.
Q3. A) Convert the following Infix Expression to Prefix and Postfix form: (02) CO3 L3
A / B – C + D * E –A * C
B) Implement a Stack using Link List. Write a Pseudocode for implementation (03) CO3, L6
and the operations associated with Stack. CO4