haskell-ex icon indicating copy to clipboard operation
haskell-ex copied to clipboard

(ARCHIVED) Haskell exercises I wrote for Haskell Learning Group

Results 13 haskell-ex issues
Sort by recently updated
recently updated
newest added

I solved TicTacToe. The simplest version - the computer makes the move into the next empty place. - [ ] make random computer moves - [x] make minimax computer moves...

The numbers are 13 and 4. Program works rather long time.

Playing a little catch-up! I think I followed the correct submission format.

TODO: - [ ] embellish output

Benchmarks left to make: - [ ] `show` then convert to UTF-8 - [ ] `aeson` to convert to JSON - [ ] `binary` - [ ] `cereal` - [...

I was finally able to make one more exercise. =) The probabilities seem to be of the same order of magnitude as other solutions.