Skip to content

Opening book details…

Can I read Stack Implementation with Python Arrays on EtoBox?

Stack Implementation with Python Arrays by ELIZAROSHAN D URK20CS1116 is a document available to read on EtoBox.

What is Stack Implementation with Python Arrays about?

The document describes implementations of stacks and applications of stacks. It includes: 1) Implementing a stack using an array with push, pop, and peek functions. A menu driven program demonstrates usage. 2) Converting infix to postfix notation using operator precedence and a stack. Evaluating a postfix expression using a stack is also described. 3) Reversing a string using a stack by pushing characters and popping into a new string.

Author
ELIZAROSHAN D URK20CS1116
Language
EN