Properties of List - Fast insert/remove at any place -> O(1) - Slow search -> O(N) - Drawbacks: - No random access [] - .at() - Uses a lot of memory