Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.34 KB

File metadata and controls

38 lines (30 loc) · 1.34 KB

data-structure

Language Badge License Badge Issues Badge Stars Badge

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.c with usage demonstrations

Implemented Data Structures

You can also check the API documentation for detailed usage.

MIT License

This project is licensed under MIT license, read more at docs.github