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

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

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