Lab: Vectors, continued

Assigned
Monday, 7 April 2025
Summary
In this laboratory, you will continue to explore vectors, an alternative to lists for storing sequences of values.
Note
Brand new lab for 2022Sp.

Preparation

a. If you have not done so, please conduct the normal “start of class algorithm”. Introduce yourself to your partner. Discuss work habits, strengths, and areas to improve.

b. Grab the code for the lab.

c. Get started!

Acknowledgements

This lab has gone through many revisions throughout the years. The earliest version Sam could find is available at https://rebelsky.cs.grinnell.edu/Courses/CS151/2000F/Labs/vectors.html and appears to bear little resemblance to the current lab. That suggests that it has been updated by many hands over the years.

In 2022Sp, the lab was split into two parts. This part of the lab likely bears closer resemblance to the earliest lab.