Skip to content

Opening book details…

About this document

Introduction to Stack Data Structure by Pulkit Aggarwal is a document available to read on EtoBox.

The document provides information about stacks and converting infix notation to postfix notation using a stack. It defines stacks and the basic push, pop, and peek operations. It then explains infix, postfix, and prefix notation. The main part of the document presents an algorithm and C implementation to convert an infix expression to postfix notation using a stack. It works by pushing operators to the stack according to precedence and popping to output once the next operator has lower precedence or is a cl

Author
Pulkit Aggarwal
Language
EN