Skip to content

UIU-Developers-Hub/C-STRUCTURE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • sll.h : Implementation of 'Single Linked List'
  • dll.h : Implementation of 'Doubly Linked List'

Features

  • Modular Design: Each header file is designed with modularity in mind, allowing developers to seamlessly integrate different data structures into their projects.

  • Open Source: Contribute your own implementations of data structures in C and collaborate with a vibrant community of developers.

  • Educational Resource: Whether you're a beginner learning the basics or an experienced programmer looking to sharpen your skills, our repository offers valuable insights into data structure implementation and manipulation.

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! 🚀

About

A comprehensive collection of header files of 'C' language focusing on the data-structures and algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages