Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Sous-algorithmesIntroduces sub-algorithms and the insertion sort algorithm with a focus on pre-sorted elements.
Exploring Car Data AnalysisExplores car data analysis using Python programming for tasks like file handling, dictionary creation, and attribute analysis.
Binary Search AlgorithmExplains the binary search algorithm using two pointers to efficiently search a sorted list.