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

https://github.com/naseem-shawarba/data_structures_implementation

About Exploring famous data structures by implementing them from scratch in C.
https://github.com/naseem-shawarba/data_structures_implementation

c data-structures

Last synced: about 1 year ago
JSON representation

About Exploring famous data structures by implementing them from scratch in C.

Awesome Lists containing this project

README

          

# Data Structures Implementations

This repository contains various data structures implemented in the C programming language.

## Structures Included

- Stack
- Queue

**More data structures will be added soon!**

## How to Compile and Run

Each data structure is contained in its own folder. Inside each folder, you will find a README file that explains how to compile and run the code.