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 4/13
✔️ Pre-reading for Thursday 4/15


Pre-Reading for Heapsort & Intro to Graphs, Tuesday 4/13

Essential Questions

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

✔️ How does the heapsort algorithm work?
✔️ What is heapsort’s time complexity and why?
✔️ What is a graph and what purpose does it serve?
✔️ What are the various types of graphs and some of their uses/applications?
✔️ What are some ways to represent graphs in code?

Read/Watch/Review

Before attending class, please complete the material below:

In Class

In today’s class we’ll be reviewing heapsort and introductory graph concepts.


Pre-Reading for BFS & DFS, Thursday 4/15

Essential Questions

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

✔️ How does BFS work?
✔️ How does DFS work?
✔️ What’s the time complexity of BFS?
✔️ What’s the time complexity of DFS?

Read/Watch/Review
In Class

In today’s class we’ll taking a recap wet toe and continuing work on Lab 12.