An open API service indexing awesome lists of open source software.

https://github.com/mo7ammedd/data-structure

stls implementation in c++
https://github.com/mo7ammedd/data-structure

linked-list queue stack stl

Last synced: 11 months ago
JSON representation

stls implementation in c++

Awesome Lists containing this project

README

          

# Data Structure Implementation

![GitHub stars](https://img.shields.io/github/stars/Mo7ammedd/data-structure?style=social)
![GitHub forks](https://img.shields.io/github/forks/Mo7ammedd/data-structure?style=social)
## License

This project is licensed under the [MIT License](https://github.com/Mo7ammedd/data-structure/blob/main/LICENSE) - see the [LICENSE](https://github.com/Mo7ammedd/data-structure/blob/main/LICENSE) file for details.

[![GitHub license](https://img.shields.io/github/license/Mo7ammedd/data-structure)](https://github.com/Mo7ammedd/data-structure/blob/main/LICENSE)

## Overview

This repository contains implementations of various data structures in [programming language]. The goal is to provide clear and well-documented examples for educational purposes and as a reference for understanding fundamental data structures.

## Table of Contents

- [Data Structures](#data-structures)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Data Structures

List the implemented data structures along with a brief description of each.

- [Linked List](link-to-linked-list-documentation)
- [Stack](link-to-stack-documentation)
- [Queue](link-to-queue-documentation)
- [Binary Tree](link-to-binary-tree-documentation)