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 3/30
✔️ Pre-reading for Thursday 4/1


Pre-Reading for BST Analysis, Tuesday 3/30

Essential Questions

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

✔️ What is the average and worst time complexity of inserting into a BST?
✔️ What is the average and worst time complexity of deleting from a BST?
✔️ What is the average and worst time complexity of searching a BST?

Read/Watch/Review

Before attending class, please complete the material below:

In Class

In today’s class we’ll be reviewing and applying BST Analysis concepts, as well as reviewing Final Project info.


Pre-Reading for BST Implementation, Thursday 4/1

Essential Questions


✔️ What’re the steps necessary to insert an element into a BST?
✔️ What’re the steps necessary to delete an element from a BST?
✔️ What’re the steps necessary to search for an element in a BST?
✔️ What’re the steps necessary to determine the height of a BST?
✔️ What’re the steps necessary to determine if a BST is full or complete?

Read/Watch/Review

Before attending class, please complete the material below:

In Class

In today’s class we’ll be continuing to work on our lab’s BST implementation.