CS 411 Fall 2025: Analysis of Algorithms
CS 411 Fall 2025
Analysis of Algorithms
Department:
Computer Science,
UAF
Instructor:
Glenn G. Chappell
Office: 539 Duckering
Office Hours:
In person
11:45–12:45 MWF,
3:30–4:00 MW
on fall 2025 class days,
or by appointment;
private Zoom meetings available on request
E-mail:
ggchappell@alaska.edu
Announcements
- [Aug 23] Welcome!
This is the class webpage for CS 411 Analysis of Algorithms for the fall 2025 semester. Students in the class should check this page daily.
Course Materials
Materials are listed with the most
recent at the top.
Week | Class Meetings | Readings & Homework |
Handouts & Code
See
Git repository
for code
|
---|---|---|---|
Week 1
Aug 25–Aug 29
|
|
|
Links
External links last checked 2025-08-23.
Text
- Pearson Computer Science Resources: Levitin
- From the publisher of the Levitin text, The “Student Resources” link allows you to download a ZIP file of PowerPoint slides.
Version Control
- Git
- Git is the the version-control software used in this class. This site includes downloads and a helpful tutorial.
- Learn Git Branching
- An excellent tutorial. If you are familiar with the Git operations clone, pull, push, add, and commit, but you are having trouble wrapping your head around branching, then this is for you.
- Class Git Repository
- Source code used in the class will be available in this repository.
C++
- cppreference.com
- A comprehensive, up-to-date reference for the C & C++ programming languages and their standard libraries. I have found this site to be very helpful; I use it often. One hidden gem is the Useful resources page