Skip to content

chethanyadav456/data-structures-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure through C

Introduction

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.

Table of Contents

Section
1 Data Structures
2 How to run the code
3 Contribution
4 Issues
5 License
6 Author

Data Structures

  1. Linked List
  2. Stack
  3. Queue
  4. Trees
  5. Graphs
  6. Sorting
  7. Searching

How to run the code

  1. Clone the repository
git clone https://github.com/chethanyadav456/data-structures-c.git
  1. Navigate to the folder of the data structure you want to run
cd data-structures-c/folder_name
  1. Run the following command
gcc filename.c -o filename
./filename

OR

./run.sh filename

Contribution

If you want to contribute to this repository, feel free to create a pull request and I will merge it after reviewing.

Issues

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.

License

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

Author

M Chethan Yadav

About

This repository contains the code for the data structures I have done in my college.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published