This repository contains a collection of data structures implemented in C language. The data structures included in this repository are:
- Static Array
- Dynamic Array
- Queues
- Stacks
- Hash Tables
- Linked List
- BitMap
Each data structure has its own submodule, and the implementation code is provided in the respective folders.
To use a data structure implementation in your C project, you can clone the respective submodule of this repository into your machine.
Contributions to this repository are welcome. If you have implemented a new data structure or have improved an existing implementation, feel free to submit a pull request.
The code in this repository is licensed under the MIT License.