DSA
Data Structures and Algorithms in C
Hi! This is my Data Structures and Algorithms in C repository.
πTable of Contentsπ
Linked List
Singly
Linked List
π
Doubly
Linked List
π
Circular
Linked List
π
Doubly Circular
Linked List
π
Stack
Stack Using
Array
π
Stack using
Linked List
π
Infix to Postfix
Conversion
π
Evaluate
Postfix
π
Queue
Queue using
Array
π
Queue using
Linked List
π
Cirular
Queue using
Array
π
Circular
Queue using
Linked List
π
Trees
AVL
Tree
π
Binary Search
Tree
π
Graphs
BFS
Traversal
π
DFS
Traversal
π
Searching
Binary
Search
π
Linear
Search
π
Jump
Search
π
Sorting
Bubble
Sort
π
Cycle
Sort
π
Heap
Sort
π
Insertion
Sort
π
Selection
Sort
π
Quick
Sort
π
Merge
Sort
π
Shell
Sort
π