URI CSC 212 logo URI CSC 212

Reminder that you must complete the pre-reading before each class.

On this page:
✔️ Pre-reading for Tuesday 2/23
✔️ Pre-reading for Thursday 2/25


Pre-Reading for Stacks, Tuesday 2/23

Essential Questions

Before attending class, please complete the material below and use the following questions to guide your note-taking:

✔️ What is a the purpose of a stack?
✔️ What is the behaviour of a stack?
✔️ How can a stack be implemented using a linked list?

Read/Watch/Review

Before attending class, please complete the material below:

In Class

In today’s class we’ll be practicing solving problems utilizing linked lists and stacks.


Pre-Reading for Queues, Thursday 2/25

Essential Questions


✔️ What is a the purpose of a queue?
✔️ What is the behaviour of a queue?
✔️ How can a queue be implemented using a linked list?

Read/Watch/Review

Before attending class, please complete the material below:

In Class

In today’s class we’ll be practicing solving problems utilizing linked lists and queues.