2.8 KiB
2.8 KiB
C
Arrays
- Even and Odd
- Unique Elements in an array
- Reverse an array
- Shuffle an array
- Maximum difference
- Largest Element
- Second Largest Element
- Sieve of Eratosthenes
Bit Manipulation
Graphs
Linked Lists
- Insert and Delete at Beginning
- Josephus Problem
- Circular Linked List
- Merge two Linked Lists
- Reverse a Linked List
- Doubly Linked List
- Glued-Linked-List
Maths
Queues
Recursion
Sorting
- Bubble Sort
- Merge Sort
- Insertion Sort
- Heap Sort
- Selection Sort
- Quick Sort
- Shell Sort
- Radix Sort
- Bogo Sort