Haskell Daily Notes
2022-08-29
Prep for II.2
2022-08-25
Learn the start of Chapter 2 through experience.
2021-11-22
Short quiz confirming knowledge
2021-11-08
Interactive graphics demo using Haskell on code.world.
2021-11-01
Connect Four win detection.
2021-10-28
topOfPile and make_move
2021-10-27
Warm-up functions for drawing the board.
2021-10-25
Introduction to Connect Four
2021-10-18
Utility functions. Noticing infinite loops.
2021-10-14
Logic and lists practice: isEverywhere.
2021-10-12
Eight before nine in a list.
2021-09-30
Money formatter. List of Char vs String.
2018-10-16
notAlone, Team Tic-Tac-Toe
2018-10-09 Project
The end-of-Haskell project.
2018.10.04 Square Pasture
USACO Bronze December 2016, Question 1.
2018.10.03 Cow Signal
USACO Bronze December 2016, Question 2.
2017-10-04
More CodingBat problems.
2017-10-03
CodingBat problems to improve your problem-solving skills.
2017-09-18
Battleship and homework review.
2017-09-14 Indentation
Indentation matters. A lot.
2017-09-12
Technical details that came up while doing Chapter 2 Homework.
2017-09-11
worked examples - removeVowels and wordLenPairs