This page contains all of the pre-recorded video lessons posted so far, with the most
recent posting listed first. It is, for all intents and purposes, the textbook of this
course. You are expected to keep up with these videos. Each
lab and
Zoom session will indicate the videos that we will have
expected you to watch.
Note: These versions of the videos are not closed-captioned. If you need closed
captioning support for these videos, please visit the
official VOD channel
for CS 1110.
|
Searching and sorting are two topics that are fundamental to computer science. In this video series we explore just a few examples of sorting algorithms.
Watch ›
|
|
Coroutines are another new topic for this year. We will use them to implement professional looking animations in the final assignment.
Watch ›
|
|
Generators are a brand new topic that we are introducing this year. They are a way to speed up for-loop computations.
Watch ›
|
|
Now that we understand both loops and classes, we can make complex graphical applications. This will be the focus of the final assignemnt in the course.
Watch ›
|
|
In this series we introduce while-loops, which are an alternate form of iteration. This is the last true control-structure introduced in this course.
Watch ›
|