Programming problems from rubyquiz.com in Haskell
Go to file
Abhinav Sarkar 11c234c4ac Fixed the bugs.
Made solution check more stringent.
Fixed the out of order display bug in showBoard because of using HashMap.
2012-10-24 22:27:50 +05:30
.gitignore More performance enhancements in SudokuSolver 2012-10-23 22:20:04 +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 Fixed the bugs. 2012-10-24 22:27:50 +05:30
TicTacToe.hs Optimized SudokuSolver, Upgraded version of split package 2012-10-22 23:55:18 +05:30
rubyquiz.cabal More optimization by using a bitset instead of a list for possible values 2012-10-24 16:41:06 +05:30
rubyquiz.sublime-project Optimized SudokuSolver, Upgraded version of split package 2012-10-22 23:55:18 +05:30