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.
- π Linked List
- π¦ Stack
- π€ Queue
- π³ Tree
- π Binary Heap (Tree-Based)
- π§ Hash Table
- πΈοΈ Graph
- π Searching and
βοΈ Sorting
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.