Programming problems from rubyquiz.com in Haskell
Go to file
Abhinav Sarkar 2badf87caa Added solution to rubyquiz 43 2012-10-08 14:24:00 +05:30
.gitignore Added solution to rubyquiz 30 2012-09-17 09:54:17 +05:30
AStar.hs Modified AStar to take a nextNode function instead of using a typeclass 2012-08-31 13:30:28 +05:30
AmazingMazes.hs Added an example maze. Changed the marking characters. 2012-09-20 10:56:48 +05:30
BarrelOfMonkeys.hs Added solution to rubyquiz 30 2012-09-17 09:54:17 +05:30
Cryptograms.hs Added cabal setup scripts. 2012-08-31 00:27:08 +05:30
EnglishNumerals.hs Added cabal setup scripts. 2012-08-31 00:27:08 +05:30
GedcomParser.hs Added cabal setup scripts. 2012-08-31 00:27:08 +05:30
KnightsTravails.hs Modified AStar to take a nextNode function instead of using a typeclass 2012-08-31 13:30:28 +05:30
PhoneNumberWords.hs Added cabal setup scripts. 2012-08-31 00:27:08 +05:30
Setup.hs Added cabal setup scripts. 2012-08-31 00:27:08 +05:30
SolataireCipher.hs Added cabal setup scripts. 2012-08-31 00:27:08 +05:30
SudokuSolver.hs Added solution to rubyquiz 43 2012-10-08 14:24:00 +05:30
TicTacToe.hs Generalized to play on a n x n board 2012-09-08 17:03:53 +05:30
rubyquiz.cabal Added solution to rubyquiz 43 2012-10-08 14:24:00 +05:30