WEBVTT 1 00:00:00.000 --> 00:00:15.000 Introduction 2 00:00:15.000 --> 00:01:26.000 Algorithms, Data Structures 3 00:01:26.000 --> 00:12:00.000 Algorithms Demo 4 00:12:00.000 --> 00:13:14.000 Algorithm Running Times 5 00:13:14.000 --> 00:14:23.000 Big O Notation (Upper Bound) 6 00:14:23.000 --> 00:15:09.000 Omega Notation (Lower Bound) 7 00:15:09.000 --> 00:15:54.000 Theta Notation 8 00:15:54.000 --> 00:21:45.000 Sorting Demo 9 00:21:45.000 --> 00:24:31.000 Bubble Sort 10 00:24:31.000 --> 00:26:19.000 Selection Sort 11 00:26:19.000 --> 00:30:51.000 Algorithm Running Times (continued) 12 00:30:51.000 --> 00:39:09.000 Comparison of Sorting Algorithms Visualizations 13 00:39:09.000 --> 00:40:58.000 Memory 14 00:40:58.000 --> 00:43:07.000 Data Structures 15 00:43:07.000 --> 00:53:53.000 Memory Representation 16 00:53:53.000 --> 01:00:59.000 Linked Lists 17 01:00:59.000 --> 01:04:53.000 Trees 18 01:04:53.000 --> 01:08:11.000 Binary Trees 19 01:08:11.000 --> 01:15:35.000 Hash Tables 20 01:15:35.000 --> 01:18:06.000 Python