Complexity of AlgorithmsExplores linear search, insertion sort, coin change, maximum matching, and the halting problem in algorithms.
Binary Search AlgorithmExplains the binary search algorithm using two pointers to efficiently search a sorted list.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.