https://github.com/mrigank005/dsa-in-c
Welcome to the DSA in C repository! This repository contains clean, well-documented implementations of fundamental data structures and algorithms using the C programming language
https://github.com/mrigank005/dsa-in-c
Last synced: 10 months ago
JSON representation
Welcome to the DSA in C repository! This repository contains clean, well-documented implementations of fundamental data structures and algorithms using the C programming language
- Host: GitHub
- URL: https://github.com/mrigank005/dsa-in-c
- Owner: Mrigank005
- Created: 2025-05-03T00:27:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T00:51:19.000Z (about 1 year ago)
- Last Synced: 2025-05-30T06:08:55.491Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Data Structures & Algorithms in C
Welcome to the **DSA in C** repository! This repository contains clean, well-documented implementations of fundamental data structures and algorithms using the C programming language. Whether you're preparing for coding interviews, academic exams, or brushing up on your concepts β this is your one-stop resource.
---
## π Table of Contents
* [π Linked List](#-linked-list)
* [π¦ Stack](#-stack)
* [π€ Queue](#-queue)
* [π³ Tree](#-tree)
* [π Binary Heap (Tree-Based)](#-binary-heaps)
* [π§ Hash Table](#-hash-table)
* [πΈοΈ Graph](#-graph)
* [π Searching and βοΈ Sorting ](#-searching-and-sorting)
---
## π Folder Structure
```
DSA-in-C/
βββ linked_list/
βββ stack/
βββ queue/
βββ tree/
βββ binary_heap/
βββ hash_table/
βββ graph/
βββ searching_and_sorting/
βββ README.md
```
---
**Happy Coding!**
π¬ Feel free to reach out or star the repository if you found it helpful.
---