diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-03-21 13:03:58 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-11-15 17:38:44 +0100 |
commit | 02d71d87de40ad3a14b67726683747b415fa9158 (patch) | |
tree | 064edbfe5df4b28a7a80f34b851446b6ee85e06e /Algorithms/Part-I/4-Puzzle/puzzle4x4-hard2.txt | |
parent | 7afa77247fbe45fbd6c149da83ac6a91ff5731b9 (diff) | |
download | coursera-02d71d87de40ad3a14b67726683747b415fa9158.zip coursera-02d71d87de40ad3a14b67726683747b415fa9158.tar.gz |
Algorithms-I : 4-Puzzle: add with tests
Diffstat (limited to 'Algorithms/Part-I/4-Puzzle/puzzle4x4-hard2.txt')
-rw-r--r-- | Algorithms/Part-I/4-Puzzle/puzzle4x4-hard2.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Algorithms/Part-I/4-Puzzle/puzzle4x4-hard2.txt b/Algorithms/Part-I/4-Puzzle/puzzle4x4-hard2.txt new file mode 100644 index 0000000..ec29a29 --- /dev/null +++ b/Algorithms/Part-I/4-Puzzle/puzzle4x4-hard2.txt @@ -0,0 +1,6 @@ +4 + 6 8 11 4 + 9 15 14 3 + 1 13 12 10 + 0 5 7 2 + |