You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.