Sorting Algorithms in Python

Online Course

Codecademy
Sorting Algorithms in Python

What is the course about?

Sorting Algorithms in Python
The course Sorting Algorithms in Python is an online class provided by Codecademy. It may be possible to receive a verified certification or use the course to prepare for a degree.

Learn about the usefulness and efficiency of computational sorting by implementing different sorting algorithms yourself.

Course description
  • Sorting Algorithms in Python
  • 8 Hours
  • Sorting numbers is one of the most commonly used computer science operations. There is an abundance of data in our digital world and sorting makes it easier to find what you’re looking for. Proficiency in this topic will help prepare you for your next coding interview.
  • Implement and analyze the performance of several sorting algorithms. Discover the inner-workings of one of the most demanding calculation tasks.
  • Basic understanding of Python will be necessary to implement the algorithms.
  • Bubble Sort
  • Learn about bubble sort, an introductory sorting algorithm that iterates through a list and compares pairings of adjacent elements.
  • Merge Sort
  • Learn about merge sort, a divide-and-conquer algorithm, which breaks items into smaller elements until sorting them becomes really simple.
  • Quicksort
  • Learn about quicksort, an efficient recursive algorithm for sorting arrays or lists of values.
  • Radix Sort
  • Learn about radix sort, an algorithm that operates on numbers digit by digit.
  • Sorting Comprehensive
  • Practice your sorting skills with this comprehensive unit.

Prerequisites & Facts

Sorting Algorithms in Python

Course Topic

Python

University, College, Institution

Codecademy

Course Skill Level

Course Language

English

Place of class

Online, self-paced (see curriculum for more information)

Degree

Certificate

Degree & Cost

Sorting Algorithms in Python

To obtain a verified certificate from Codecademy you have to finish this course or the latest version of it, if there is a new edition. The class may be free of charge, but there could be some cost to receive a verified certificate or to access the learning materials. The specifics of the course may have been changed, please consult the provider to get the latest quotes and news.
Codecademy
Sorting Algorithms in Python
provided by Codecademy

Reviews

Share your experience

Sorting Algorithms in Python
Codecademy Codecademy
Rate the course

Do you recommend the course? *
Here you can find information, reviews and user experiences for the course “Sorting Algorithms in Python“. The provider of the course – “Codecademy” – will be glad to answer any questions you may have about the class, click here to use the offical support channels. It would be great if you could share your experience of participating in the course – Your honest review will surely help others to choose the right class!
School: Codecademy
Topic: Python