CS 375 Projects and Presentations
Colby College, Fall 2022
Prof. Eric Aaron
Project 1: Determining Algorithmic Time Complexity
The
ArrayIntegerSet class
source code
The
sortData.csv
file
Project 2: Loop Invariants, Presentation, and More!
Some
general advice for giving good technical presentations
.
(Dale Skrien shared this with his classes, and I am passing it along to you!)
A tutorial on
screen recording with Zoom
from Colby Academic ITS.
Advice on
setting up a good environment for a web conference using Zoom
from Colby Academic ITS.
(I'm not sure how useful this will be, but I'm including it just in case.)
Project 3: Recursion and Logic!
A Supplementary Document about
Truth Tables
and the
semantics
of propositional logic operations
.
This covers essential material for the project--as always, please be in touch with questions about it!
Project 4: Edit Distance and Dynamic Programming!
A link to the
SCOWL wordlists
, from which you should download and use the
US wordlist
for this project (to make sure work is standardized across all teams).