Skip to content

wiirios/data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a collection of data structures implemented in C from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages