Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 391 Bytes

Recitation Exercise #4

In this recitation exercise, you'll explore how to support iterating through the collection of elements stored in a data structure without exposing the inner implementation details of that data structure. You can compile this code using the provided makefile:

make

Note however, that the code as it's currently written will generate errors when compiled.