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/puzzle02.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/puzzle02.txt')
-rw-r--r-- | Algorithms/Part-I/4-Puzzle/puzzle02.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Algorithms/Part-I/4-Puzzle/puzzle02.txt b/Algorithms/Part-I/4-Puzzle/puzzle02.txt new file mode 100644 index 0000000..35b261b --- /dev/null +++ b/Algorithms/Part-I/4-Puzzle/puzzle02.txt @@ -0,0 +1,11 @@ +9 + 1 2 3 4 5 6 7 8 9 +10 11 12 13 14 15 16 17 18 +19 20 21 22 23 24 25 26 27 +28 29 30 31 32 33 34 35 36 +37 38 39 40 41 42 43 44 45 +46 47 48 49 50 51 52 53 54 +55 56 57 58 59 60 61 62 63 +64 65 66 67 68 69 70 0 71 +73 74 75 76 77 78 79 80 72 + |