Assignment 1
Q.1) What is Stack? Explain its operations
Q.2) What is the value of following Postfix Expression?
579*+493/+-
Q.3) Write down an algorithm to convert Infix to Postfix, with an example.
Q.4) What is Singly Linked List? Explain its operations.
Q.5) What is Circular Linked List? Explain with an example.