Skip to content

theroyakash/sorting-algos

Repository files navigation

Sorting Algorithms

Implementation of all the sorting algorithms.

  1. Merge Sort (Coming Soon)
  2. Tim Sort (Default Java and Python has it as it's the most practical sorting algorithm you probably never heard of.) (@theroyakash)
  3. Quick Sort (@theroyakash)
  4. Insertion Sort (@theroyakash)
  5. Bubble Sort