Skip to content

A collection of Data Structure implementations in C++ with clear examples and clean code. This repository includes common structures like Linked Lists, Stacks, Queues, Trees, Graphs, and more.

Notifications You must be signed in to change notification settings

usefahmed07/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure Implementations (C++)

A collection of clean and well-structured Data Structure implementations written in C++. This repository is intended for learning, revision, and improving problem-solving skills. All code is kept read-only — no external contributions.

📘 Contents

Linked List (Single, Double, Circular)

Stack

Queue (Normal & Circular)

Tree (Binary Tree / BST)

Graph

Searching & Sorting Algorithms

More structures will be added continuously.

🎯 Purpose

Strengthen understanding of Data Structures

Build a strong foundation for algorithms & problem solving

Keep code organized and accessible for future reference

🛠 Technologies

Language: C++

Compiler: g++ / MinGW / MSVC

📂 Structure

Each folder contains:

Source code (.cpp)

Header file (.h)

Example usage (if needed)

This repository is read-only. Feel free to view or learn from the code.

About

A collection of Data Structure implementations in C++ with clear examples and clean code. This repository includes common structures like Linked Lists, Stacks, Queues, Trees, Graphs, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages