DSA/sorting/README.md

284 B

Sorting algorithms

C or C++

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

Python

  1. Bubble Sort

JavaScript

  1. Bubble Sort