Lecture 9: Memory and Search Methods
This lecture discusses how indirection is used to provide an efficient implementation of Python lists and other data structures. It also presents and analyzes the efficiency of selection and merge sort. Topics covered: Memory, storage, indirection, sorting.