Codes of DataStructure using C.
The codes which I did in college lab, will be updated here.
Contents:
-
Polynomial Representation using Array
-
Implementing Sparse Matrix
-
Linear Stack
-
Linear Queue
-
Circular Queue
-
Double Ended Queue
-
Singly Linked List Operations
-
Polynomial Addition using Linked List
-
Infix-Postfix Convertion
-
Searching Algorithms
a. Linear Search
b. Binary Search
-
Sorting Algorithms
a. Bubble Sort
b. Insertion Sort
c. Selection Sort
d. Quick Sort
e. Merge Sort
f. Heap Sort
.....