#python #sicp
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.
If you want to change selection, open document below and click on "Move attachment"
2.3 Sequencesrsive 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 read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details