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.
- Host: GitHub
- URL: https://github.com/naseem-shawarba/data_structures_implementation
- Owner: naseem-shawarba
- Created: 2024-04-24T08:18:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T08:19:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T15:13:26.756Z (about 1 year ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.