Lecture overview -- Keyboard shortcut: 'u'  Previous page: Other simple types -- Keyboard shortcut: 'p'  Next page: Strings -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Introduction to Functional Programming in Scheme - slide 21 : 49

Vectors
Vectors in Scheme are heterogeneous array-like data structures of a fixed size
The main differences between lists and vectors are the mode of access and the mode of construction