Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
931 views

Haskell Luhn Algorithm

Trying to get to grips with Haskell. The problem is taken from here. ...
jb77's user avatar
  • 85
2 votes
1 answer
759 views

Sudoku validator

I've decided to learn some more Haskell writing a Sudoku validator, the function checkSudoku outputs True if the Sudoku is valid and False if it is not. I did not ...
Caridorc's user avatar
  • 28.1k
3 votes
1 answer
100 views

Checking whether a word satisfies a template with wildcards

I'm working one of the recommended tutorials -- actually, the UPenn online course CS194 -- for learning Haskell, and I have a working solution to the final "challenge exercise" for HW 2. But it seems ...
KutuluMike's user avatar