The audacity to do such a thing…

    • Silinde@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      9 months ago

      ‘List’ is the correct abstract term for any data structure that holds a given number of values in an order, regardless of the implementation. So Python’s List, or C++'s Array or Vector, or a Linked List are all considered lists in the abstract sense.

    • mumblerfish@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      9 months ago

      I did use ‘list’ and forgot it is called an ‘array’ or ‘vector’ in other languages. So sure, close enough :-)