Assignment 3 - DS
Assignment 3 - DS
Assignment No. 3
8. What are the disadvantages of the linear queue? Suggest a suitable method to overcome them.
9. Convert the given infix expression to a postfix expression using stack: (a^b)*c-
d/d (Note:^ = Exponent operator)