Skip to content

Files

Latest commit

 

History

History
30 lines (21 loc) · 2.38 KB

README.md

File metadata and controls

30 lines (21 loc) · 2.38 KB

Data Structures and Algorithms using C

I'm hugly thankful to my classmates, who agreed to share their assigments along with the source code, so I'm able to collect all the different types of Data Structures in C along with theri implementation and compalied them in the form of this repo.

List of Data Structures

Data Structure

Type of Data Structure Subcategory
Searching Binary Search
Linear Search
Sorting Bubble Sort
Heap Sort
Selection Sort
Insertion Sort
Queue Circular Queue Using Array
Circular Queue Using Linked List
Queue Using Array
Queue Using Linked List
Stack Stack Using Array
Stack Using Linked List
2D Array or Matrix Addition of 2D Array
Multiplication of 2D Array
Transpose of 2D Array