Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.61 KB

File metadata and controls

21 lines (11 loc) · 1.61 KB

Singly-Linked Lists Study Guide

We advise you to study in the following order:

  1. Make sure that you can write and analyze the code we have written in class.

  2. Practice using Exercises 1-7.

  3. Practice using the following recent previous exams:

  4. Practice using old previous exams.

Note. Make sure to practice by writing full programs (on paper or on the IDE). Compare your solution to the reference solution and understand the differences and how they affect the solution. Only reading reference solutions and understanding them without writing code yourself does not prepare you adequately.