This repository contains the code for the data structures I have done in my college. The code is written in C language and is well commented for better understanding of the code.
| Section | |
|---|---|
| 1 | Data Structures |
| 2 | How to run the code |
| 3 | Contribution |
| 4 | Issues |
| 5 | License |
| 6 | Author |
- Clone the repository
git clone https://github.com/chethanyadav456/data-structures-c.git- Navigate to the folder of the data structure you want to run
cd data-structures-c/folder_name- Run the following command
gcc filename.c -o filename
./filenameOR
./run.sh filenameIf you want to contribute to this repository, feel free to create a pull request and I will merge it after reviewing.
If you find any issues with the code, feel free to create an issue and I will try to resolve it as soon as possible.
This repository is licensed under the MIT License - see the LICENSE file for details.