An open API service indexing awesome lists of open source software.

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

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.

---