This website requires JavaScript.
Explore
Help
Sign In
shway
/
DSA
Watch
1
Star
0
Fork
You've already forked DSA
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d057b243d9
DSA
/
algorithms
/
C
/
README.md
1.6 KiB
Raw
Blame
History
C
Arrays
Even and Odd
Unique Elements in an array
Bit Manipulation
Add and Subtract
Multiply
Divide bitwise
Graphs
Prim's Algorithm
Linked Lists
Insert and Delete at Beginning
Josephus Problem
Circular Linked List
Merge two Linked Lists
Reverse a Linked List
Queues
Double Ended Queue using array
Sorting
Bubble Sort
Merge Sort
Insertion Sort
Heap Sort
Selection Sort
Strings
Count Words
Palindrome
Permutation of String
Tree
Height Of Tree
Max and Min Element Of Tree
Binary Search Tree
Avl Tree
Min Heap
Max Heap
Searching
Binary Search
Jump Search
Ternary Search
Interpolation Search