Skip to content

This is my First GitHub Repository which I created on 15/10/2023. This Repo will be have all DSA Programs that I have solved and will be solving.

Notifications You must be signed in to change notification settings

manwendra-mm/DS-Algorithms

Repository files navigation

DS-Algorithms

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:

  1. Queue: queue.c
  2. Stack: stack.c
  3. Circular Queue: circularQueue.c
  4. Linked List (Singly Linked): linkedList.c
  5. Double Linked List: doubleLinkedList.c
  6. Graph Data Structure using 2D Array: graph_2dArray.c
  7. Graph Data Structure using Linked List: graph_LinkedList.c
  8. Finding n^th prime number: nthPrimeNum.c
  9. pairOfPrime.c
  10. Binary Search: binarySearch.c
  11. Selection Sort: selectionSort.c
  12. Bubble Sort: bubbleSort.c
  13. Insertion Sort: insertionSort.c
  14. Circular Linked List: circularLinkedList.c
  15. Merge Sort: MergeSort.c

About

This is my First GitHub Repository which I created on 15/10/2023. This Repo will be have all DSA Programs that I have solved and will be solving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages