Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosingh/data-structure-c
Learning Myself
https://github.com/echosingh/data-structure-c
Last synced: 2 days ago
JSON representation
Learning Myself
- Host: GitHub
- URL: https://github.com/echosingh/data-structure-c
- Owner: EchoSingh
- Created: 2024-01-03T18:41:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T05:56:11.000Z (4 months ago)
- Last Synced: 2024-07-25T05:33:18.263Z (4 months ago)
- Language: C
- Size: 863 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning Myself
# C Data Structures
A repository for learning and implementing various data structures in C programming language.
## Table of Contents
- [Introduction](#introduction)
- [Data Structures](#data-structures)
- [How to Use](#how-to-use)
- [License](#license)## Introduction
Welcome to the C Data Structures repository! This project is aimed at self-learning data structures in the C programming language. Each data structure is implemented in its own file within the `src` directory.
Feel free to explore the code, learn from the implementations, and use them as a reference for your own projects.
## Data Structures
Here's a list of data structures implemented in this repository:
1. **Linked List**
- File: `src/linkedlist.c`2. **Stack**
- File: `src/stack.c`3. **Queue**
- File: `src/queue.c`## How to Use
To use these data structures in your own projects, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/EchoSingh/C-DataStructures.git## License
This project is licensed under the [MIT License](LICENSE).