UIU-Developers-Hub / C-STRUCTURE

A comprehensive collection of header files of 'C' language focusing on the data-structures and algorithms
MIT License
10 stars 4 forks source link
algorithms c data-structures header-files

C-STRUCTURE: Empowering Students with Efficient Data Structures in C


A comprehensive collection of header files of 'C' language focusing on the data-structures started by @Fatin Shadab maintained by @UIU Developers Hub


Welcome to C-STRUCTURE, your go-to repository for mastering data structures in C. Here, we provide meticulously crafted header files, starting with our flagship implementation: the Singly Linked List (SLL). As an open-source contribution hub, this repository serves as a foundation for various data structure implementations, helping developers enhance their skills and contribute to the coding community.

Header Files

Features

Getting Started

  1. Clone the Repository:

    git clone https://github.com/your-username/C-STRUCTURE.git
    cd C-STRUCTURE
  2. Explore Header Files: Browse through the Directories to find various header files for different data structures. Each header file comes with detailed documentation and examples.

  3. Contribute:

    • Create or update data structure implementation in 'C'
    • Optimize the existing functions if it can be done
    • Add or update header file following our template and guidelines
    • Submit a pull request to contribute your implementation to the community

Contributing

We welcome contributions from developers of all skill levels. Feel free to mail me here

License

This project is licensed under the MIT License - see the LICENSE file for details.

Start exploring the world of efficient data structures in C with C-STRUCTURE. Happy coding! 🚀