25.8.20
This website uses cookies to ensure you get the best experience on our website. Learn more

Data Structures & Algorithms in Python: Implementing Sorting Algorithms

Shraddha S Shetty

Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. Examine the Python implementation of common sorting algorithms such as selection sort, bubble sort, and insertion sort, as well as divide and conquer sorts such as shell sort, merge sort, and quicksort, in this 10-video course. Key concepts covered in this course include how to write the code to implement a selection sort; how to implement the bubble sort algorithm in Python; and how to code a function to implement the insertion sort algorithm. Next, you will observe how to write the code to implement the divide-and-conquer shell sort algorithm; how to invoke the shell sort algorithm on an array of integers and examine the output at each iteration to understand how it works; and how to code a function to implement the merge sort algorithm and test it on an array of integers. Finally, learn how to write the partition and quicksort functions in order to implement a quicksort; and how to apply quicksort on an array of integers and analyze the results at each iteration to understand how the algorithm works.

Issued on

February 22, 2021

Expires on

Does not expire