Skip to content

Some important data structures and algorithms implemented in C/C++ programming languages.

License

Notifications You must be signed in to change notification settings

sandesh-theMayGuy/DSA-in-C-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA-in-C-C-

Some important data structures and algorithms implemented in C/C++ programming languages.
Take a look at CONTRIBUTING.md for guide to making contributions

Please avoid duplicacy, don't add stuffs that have already been covered.

Data Structures that have been covered:

  • Array (C)
  • Stack (C)
  • Simple Queue (C)
  • Singly Linked List(C)
  • Doubly Linked list(C)
  • Circular Linked List(C)
  • Binary Tree (C)
  • Algorithms that have been covered:

  • Insetion sort (C)
  • Merge Sort (C, C++)
  • Quick Sort (C,C++)
  • Radix Sort (C, C++)
  • Selection Sort (C,C++)
  • Shell Sort (C)
  • Bubble Sort (C++)
  • Swap Alternate (C++)
  • Heap Sort(C)
  • Cocktail Sort(C)
  • Linear Search(C, C++)
  • Binary Search(C++)
  • Knapsack Algorithm(C++)
  • About

    Some important data structures and algorithms implemented in C/C++ programming languages.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published