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 6/29
✔️ Pre-reading for Wednesday 6/30
✔️ Pre-reading for Thursday 7/1


Pre-Reading for Recursion Crash Course, Tuesday

Essential Questions

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

✔️ What is recursion and how does it work?
✔️ When and why should/would one use recursion over iteration?

Read/Watch/Review

Pre-Reading for Mergesort, Wednesday

Essential Questions

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

✔️ How does the mergesort algorithm work?
✔️ What’s the time complexity of mergesort algorithm?

Read/Watch/Review

Before attending class, please complete the material below:


Pre-Reading for Quicksort, Thursday

Essential Questions

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

✔️ How does the quicksort algorithm work?
✔️ What’s the time complexity of quicksort algorithm?

Read/Watch/Review

Before attending class, please complete the material below: