DSA/sorting
Ming Tsai 706620a28f docs: add index using relative link 2021-01-17 12:58:22 -04:00
..
c-or-cpp Added selection sorting algorithm 2021-01-17 16:17:57 +05:30
python chore: rename the folder with the name 2021-01-15 07:39:13 -04:00
README.md docs: add index using relative link 2021-01-17 12:58:22 -04:00

README.md

Sorting algorithms

C or C++

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

Python

  1. Bubble Sort