Sequences

Sequence

A sequence is an ordered collection of objects in which repetitions are allowed and order matters. It can be finite or infinite, and is often denoted by letters with subscripts to refer to the nth element. In computing, finite sequences are called strings, words or lists, while infinite sequences are called streams.

1 courses cover this concept

CS 61A: Structure and Interpretation of Computer Programs

UC Berkeley

Fall 2022

A course that emphasizes software abstraction, equipping students with the skills to manage program complexity. Students will primarily use Python, with additional exposure to Scheme and SQL.

No concepts data

+ 32 more concepts