theroyakash / sorting-algos

Implementation of all the sorting algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of all the sorting algorithms

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 89.4%Language:Python 10.6%