DSA/sorting/README.md

232 B

Sorting algorithms

C or C++

  1. Bubble Sort
  2. Insertion Sort
  3. Selection Sort

Python

  1. Bubble Sort