https://github.com/sahil-4/data-structures
Data Structures Implementation in C Language
https://github.com/sahil-4/data-structures
Last synced: 3 months ago
JSON representation
Data Structures Implementation in C Language
- Host: GitHub
- URL: https://github.com/sahil-4/data-structures
- Owner: Sahil-4
- Created: 2025-03-01T06:59:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T07:17:01.000Z (3 months ago)
- Last Synced: 2025-03-01T08:20:53.690Z (3 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures
1. Array
2. String
3. Linked List
4. Stacs
5. Queue
6. Dequeue
7. Tree
8. Heap
9. HashMap
10. HashSet
11. Set
12. Trie
13. Graph
14. Disjoint Set
15. Bloom filters
16. Skip list## What is covered in each data structure
1. Introduction of the Data Structure
2. Use cases
3. Operations
4. Advantages
5. Limitations
6. Implementation### Index
1. Arrays
- [Introduction](/Array/INTRODUCTION.md)
- [Array implementation header file](/Array/array.h)
- [Array features implementation](/Array/array.c)
- [Array implementation usage/test](/Array/main.c)2. String
3. Linked List
4. Stacs
5. Queue
6. Dequeue
7. Tree
8. Heap
9. HashMap
10. HashSet
11. Set
12. Trie
13. Graph
14. Disjoint Set
15. Bloom filters
16. Skip list