3.1 List

Time Complexity

  • >Indexing, appending (at the end) and get_length are O(1).
  • >Deleting, poping, inserting (at position), and iteration are O(n).

3.1.1 Array