Sequences are not instances of a
particular built-in type or abstract data representation, but instead a
[...]
Answer
collection of behaviors that are shared among several different types of data.
Tags
#python #sicp
Question
Sequences are not instances of a
particular built-in type or abstract data representation, but instead a
[...]
Answer
?
Tags
#python #sicp
Question
Sequences are not instances of a
particular built-in type or abstract data representation, but instead a
[...]
Answer
collection of behaviors that are shared among several different types of data.
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Sequences are not instances of a
particular built-in type or abstract data representation, but instead a
collection of behaviors that are shared among several different types of data.
Original toplevel document
2.3 Sequences rsive Objects
2.9.1 Linked List Class
2.9.2 Tree Class
2.9.3 Sets
2.3 Sequences
A sequence is an ordered collection of values. The sequence is a powerful,
fundamental abstraction in computer science. <span>Sequences are not instances of a
particular built-in type or abstract data representation, but instead a
collection of behaviors that are shared among several different types of data.
That is, there are many kinds of sequences, but they all share common behavior.
In particular,
Length. A sequence has a finite length. An empty sequence has length 0.
Element selec
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.