Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 363 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 363 Bytes

Famous Algorithms

This is a repository for all the famous algorithms coded up in Java.

Searching Algorithms

  1. Linear Search
  2. Binary Search

Sorting Algorithms

  1. Bubble Sort
  2. Insertion Sort
  3. Selection Sort
  4. Quick Sort
  5. Merge Sort
  6. Heap Sort

Divide and Conquer

  1. Fast Exponentiation
  2. Maximum Subarray Sum
  3. Strassen's Matrix Multiplication