Welcome to my repository of Data Structures implemented in C language!
This repository contains my implementations of various data structures in C. The goal is to provide simple, easy-to-understand code examples for those learning data structures. However, please note that this code is still a work in progress.
- Code Coverage: Common data structures such as linked lists, stacks, queues, trees, and graphs.
- C Language: All implementations are in C, aiming for clarity and ease of understanding.
- Learning in Progress: I am continuously working to improve and optimize the code. Some functions might be written in a longer form than necessary. There may be mistakes or room for optimization, and I encourage suggestions or contributions!
If you spot any issues or have suggestions for improving the code, feel free to open an issue or submit a pull request. Any help is appreciated!