Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Introduction
Searching
Sorting – sort()
Sorting – sorted()
Sorting – reverse() and reversed()
Summary

Instruction

Hello, and welcome to the second part of the course! We've already gotten to know a few of Python's useful built-in functions. Today, we'll be talking about searching and sorting algorithms in Python – two fundamental operations in almost any application.

Let's dive right in.

Exercise

Click Next exercise to continue.