Sorting

This repository contains different sorting algorithms.

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