This repository contains C++ implementations of data structures based on the book
"Data Structures Using C and C++" by Tannenbaum, Langsam, and Augenstein.
Each file provides clean, well-structured code to support learning, revision, and quick reference.
-
Intro/
  • Intro Overview.md:
    Provides an overview of floating-point notation and rational number implementations. -
Stack/
  • Stack Overview.md:
    Comprehensive documentation of stack concepts, usage, and code examples. -
Recursion/
  • Recursion Overview.md:
    Detailed explanation of recursive simulations using stacks. -
Queues & Lists/
  • Queues Overview.md:
    Overview of queue concepts, circular-buffer implementation notes, and example code. -
(More folders will be added soon, e.g. 🌳
Tree/,Graph/, etc.)
Clone the repository:
git clone https://github.com/omar-walied/Data-Structures-Book.git
cd Data-Structures-BookExplore the folders and files as needed for code samples, documentation, and learning resources.