My final project for Intro to Programming: a curated, navigable presentation of the full course materials, alongside selected homework that demonstrates the topics covered.
Lecture notes and example code, organized by the week in which they are covered. Each card opens the rendered lecture notes.
Each assignment is tagged with the course topics it exercises.
Reads an integer and prints its digits in reverse order.
Compresses a string by replacing runs of repeated characters with a count.