Showing posts with label Stack. Show all posts
Showing posts with label Stack. Show all posts
Postfix Evaluation
Write a program for Postfix Evaluation using Stack ? For example if we have an expression 432*+5- then it should return 5. Algorithm : ...
Posted by Admin on
Balancing of Brackets in Expression(Application of Stack)
Que : Write a program for checking balancing of brackets in expression. For example : If expression is [{()}] then it should return true. ...
Posted by Admin on
Implementing Stack Using Queue
What is the minimum number of Stack will be required to implement Queue Using Stack. Write a program to Implement Queue using Stack ? Two...
Posted by Admin on
Implementing Queue Using Stack
What is the minimum number of Queue will be required to implement Stack Using Queue. Write a program to Implement Stack using Queue ? Tw...
Posted by Admin on
Subscribe to:
Posts (Atom)