DS & Algos inPython data structure and algo practice in Python Basic Sortings in python - Time Complexity - o(n^2) -- Bubble sort -- Selection Sort -- Insertion Sort Advance Sorting - Time complexity - o(NLog N ) -- Quick Sort -- Merge Sort