Blog articles/Exercises
Contents |
[edit]
1 Programming exercises in Haskell
- Diff in Haskell
- Introductory Haskell: Solving the Sorting-It-Out Kata
- The "perfect shuffles" puzzle (solved in Haskell)
- A Simple RPN Calculator in Haskell
- Software Cipher
- Dot matrix printer
- Overlap function in Haskell for rectangles
- Tying Knots Generically
- A quick and dirty theorem prover in Haskell
- Brainf*k interpreter in Haskell
- FourFours in Haskell
- Using Bayesian filtering instead of 'if' in Haskell
- Counting fibonaccis
- Decision making
- Solving an arithmetic puzzle with Haskell
- The Rationals
- Break a string into pieces
[edit]
2 Particular exercises
[edit]
2.1 Prime sieves
[edit]
2.2 Supermarket Pricing
[edit]
2.3 Ball Clock Puzzle
[edit]
2.4 N-Queens
[edit]
2.5 The Google Code Jam "countPaths" problem
[edit]
2.6 Secret Santas in Haskell
[edit]
2.7 Run length encoding
[edit]
2.8 The bowling puzzle
- The Bowling Game Kata in Haskell
- Bowling in Haskell
[edit]
2.9 Norvig's spell checker
[edit]
2.10 Chris' Puzzle
[edit]
2.11 Word numbers
- Solving the word numbers problem:
[edit]
