Skip to content

You can easily learn the fundamentals of Data Structures from this section, which provides simple and basic implementations of data structure programs using C.

Notifications You must be signed in to change notification settings

Abhijitsahooabhi/Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Data Structures in C by @Abhijitsahooabhi

Welcome to the repository of Data Structure programs implemented in C, curated and created by @Abhijitsahooabhi. This collection features various data structure implementations with clear and concise logical explanations. You can learn the fundamentals of Data Structures from this section, which provides simple and basic implementations of data structure programs using C.

Table of Contents

Introduction

This repository contains a collection of Data Structure programs implemented in C. These programs help you understand basic to advanced data structure concepts. Each program includes detailed explanations and comments to guide you through the logic.

How to Find the Code

To browse the code:

  1. Navigate to the 'src' directory.
  2. Select the program you are interested in.

How to Run the Programs

To run any of the Data Structure programs in this repository, follow these steps:

  1. Ensure you have a C compiler installed (e.g., GCC).
  2. Open a terminal and navigate to the directory containing the program.
  3. Compile the program using the command:
    gcc -o program_name program_name.c
  4. Run the compiled program using the command:
./program_name

Acknowledgements

Thank you for visiting this repository. Your support and interest are greatly appreciated. 😊

Contact

If you encounter any issues with installation or running the programs, or if you have any questions or feedback, feel free to reach out to me:

About

You can easily learn the fundamentals of Data Structures from this section, which provides simple and basic implementations of data structure programs using C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages