Skip to content

Opening book details…

About this document

Stacks and Queues in Data Structures by apurva.mukherjee03 is a document available to read on EtoBox.

This document provides an overview of stacks and queues as data structures. It discusses stacks, including stack operations like push, pop, and peek using both array-based and linked list-based implementations. Common applications of stacks like expression evaluation, recursion, and parsing are also covered. The document then discusses queues and their representation using linked lists. Finally, it discusses different notations for representing arithmetic expressions like infix, prefix, and postfix notation

Author
apurva.mukherjee03
Language
EN