summaryrefslogtreecommitdiffstats
path: root/Algorithms/Part-I/4-Puzzle
AgeCommit message (Collapse)AuthorFilesLines
2013-11-15Algorithms-I : 4-Puzzle: implement SolverJérémy Zurcher1-6/+162
2013-11-15Algorithms-I : 4-puzzle: rewrite the way swap is done in BoardJérémy Zurcher1-25/+48
2013-11-15Algorithms-I : 4-Puzzle: add skeleton Solver and implemented BoardJérémy Zurcher2-0/+206
2013-11-15Algorithms-I : 4-Puzzle: add with testsJérémy Zurcher5-0/+50