This Repo will be having all DSA Programs that I have solved and will be solving. These programs will be mostly in C Language.
This Repository has the Programs to Implement:
- Queue: queue.c
- Stack: stack.c
- Circular Queue: circularQueue.c
- Linked List (Singly Linked): linkedList.c
- Double Linked List: doubleLinkedList.c
- Graph Data Structure using 2D Array: graph_2dArray.c
- Graph Data Structure using Linked List: graph_LinkedList.c
- Finding n^th prime number: nthPrimeNum.c
- pairOfPrime.c
- Binary Search: binarySearch.c
- Selection Sort: selectionSort.c
- Bubble Sort: bubbleSort.c
- Insertion Sort: insertionSort.c
- Circular Linked List: circularLinkedList.c
- Merge Sort: MergeSort.c