30

Lists. Like really. I work so well with lists. Love lists.

Lists.

Comments
  • 3
    Try arrays ;-)
    Constant size.
    Constant access time.
    Much better than the dynamic size of lists and O(n) access time.
  • 0
    ...and sublists!
  • 7
    Big lists, seriously I have the biggest best lists ever. -trump
  • 1
    @nocgod Only if you're using a linked list. Arraylist ftw (or the normal list for c#)
  • 0
    @LucaScorpion array list is not space optimized, and quite terrible performance wise when runs out of space
  • 0
    @bizzarist it is true, you can look it up. It is true
Add Comment