Skip to content
EntityQ27948· pop 29· linked from 352 articles

Also known as sequence, ordered list

abstract data type used in computer science

Wikidata facts

Show 1 more fact
Stack Exchange tag
stackoverflow.com/tags/list
Sources (2)

via Wikidata · CC0

~8 min read

Article

In computer science, a list or sequence is a collection of items that are finite in number and in a particular order. An instance of a list is a computer representation of the mathematical concept of a tuple or finite sequence.

A list may contain the same value more than once, and each occurrence is considered a distinct item.

Connections

Categories