2-1: Array, Vector, and List: Comparisons

Array, vector, and list are the most frequently used data structures. This lecture compares them and discusses what they are good at and bad at. Before watching this lecture, the audience shall be familiar with C++. Slides: https://github.com/wangshusen/Advance... Data structure basics: 1. Array, vector, and list:    • 2-1: Array, Vector, and List: Comparisons   2. Binary search:    • 2-2: Binary Search   3. Skip list:    • 2-3: Skip List