• CS 251.01 - Spring 2026

  • Schedule
  • Assignments
  • Resources
  • About

Course Resources

Generally useful

CS 251 Quiz Learning Objectives
CS 251 Collaboration Policy Details

Working with Scheme

CS 251 Software Setup

Code samples

Side effects:

  • side-effects.scm - side effects in Scheme
  • sideEffects.py - side effects in Python
  • side_effects.c - side effects in C

Working with C:

  • hello.c - a simple hello-world program in C
  • pointers.c - playing around with pointers