arnab2001 / DSA

Collection of DSA problems and solutions
37 stars 185 forks source link

Sorting methods in Python3 #345

Open Krishnapal-rajput opened 2 years ago

Krishnapal-rajput commented 2 years ago

Implemented all 3 main sorting methods in python 3.

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