This repository contains a collection of data structures implemented in C. Each data structure is organized in its own folder, following the structure below:
data-structure/
├── src/
│ ├── binarytree/
│ ├── binarytree.c
│ ├── binarytree.h
│ └── main.c
Each folder includes:
- Implementation file
.c - Header file
.h - Example file
main.cwith usage demonstrations
You can also check the API documentation for detailed usage.
This project is licensed under MIT license, read more at docs.github