Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 283 Bytes

File metadata and controls

16 lines (14 loc) · 283 Bytes

Sorting

  1. Bubble Sort
  2. Merge Sort
  3. Quick Sort

Searching

  1. Linear Search
  2. Binary Search
  3. Matrix Search

Misc

  1. Prefix Sum Array
  2. GCD calculation
  3. Kadane's Algorithm
  4. Seive of Eratosthenes
  5. Juggling Algorithm