2025-11-03 Review Practice
Review exercises on the fundamentals. Originally from advisory. Double length.
Review exercises on the fundamentals. Originally from advisory. Double length.
Assorted practice, including Maybe, data, foldl.
Assorted practice, including let, Maybe, higher order functions.
Prep for II.2
Learn the start of Chapter 2 through experience.
Short quiz confirming knowledge
Interactive graphics demo using Haskell on code.world.
Connect Four win detection.
topOfPile and make_move
Warm-up functions for drawing the board.
Introduction to Connect Four
Utility functions. Noticing infinite loops.
Logic and lists practice: isEverywhere.
Eight before nine in a list.
Money formatter. List of Char vs String.
notAlone, Team Tic-Tac-Toe
The end-of-Haskell project.
USACO Bronze December 2016, Question 1.
USACO Bronze December 2016, Question 2.
More CodingBat problems.
CodingBat problems to improve your problem-solving skills.
Battleship and homework review.
Indentation matters. A lot.
Technical details that came up while doing Chapter 2 Homework.
worked examples - removeVowels and wordLenPairs