rayeesrather99 / Data-Structures-in-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures in C

Welcome to the "Data-Structures-in-C" repository! This repository is a collection of common data structures implemented in the C programming language. While it currently contains an implementation of a linked list, more data structures will be added over time.

Table of Contents

Linked List

  • Linked List Implementation: This directory contains the C code for a singly linked list. It includes basic operations like insertion, deletion, and traversal.

To-Do

The following data structures are planned to be added to this repository:

  • Stack
  • Queue
  • Binary Tree
  • Hash Table
  • Graph

Stay tuned for updates!

Contributing

If you'd like to contribute to this repository, feel free to fork it and submit a pull request. Contributions, improvements, and bug fixes are always welcome.

Please follow these guidelines when contributing:

  • Make sure your code follows best practices and is well-documented.
  • Create a new branch for your feature or bug fix (e.g., feature/stack-implementation).
  • Submit descriptive and concise commit messages.
  • Test your changes thoroughly.

License

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

About


Languages

Language:C 100.0%