The end-of-Haskell project.
notAlone. notAlone :: [Int] -> Int -> [Int] notAlone nums x = undefined Team Tic Tac Toe Write teamWins to determine if a given team wins a given three in a row. teamWins :: String -> [Char] -> Bool teamWins row team = undefined Write allThrees, which gets all of the three in a row segments from a board. allThrees :: [String] -> [String] allThrees board = undefined Write allTeams, which produces a list of all possible teams.
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