Added questions to all problem pages, solution workings for days 1 and 2
[ou-summer-of-code-2017.git] / 04-amidakuji / amidakuji-solution-1.ipynb
index 15a816add45d15161e4fa63f28547c67de0db43c..0a9b424494a4b744dac91b453edd63c2ac9360df 100644 (file)
@@ -40,7 +40,7 @@
     "\n",
     "# Part 1\n",
     "\n",
-    "The full labyrinth description is given in (04-lines.txt). The labyrinth has 26 lines, labelled 0 to 25 inclusive. If you and 25 friends, labelled `a` to `z` in order, entered the labyrinth, in what order would you come out?\n",
+    "The full labyrinth description is given in [04-lines.txt](04-lines.txt). The labyrinth has 26 lines, labelled 0 to 25 inclusive. If you and 25 friends, labelled `a` to `z` in order, entered the labyrinth, in what order would you come out?\n",
     "\n",
     "(Your answer should be one string of 26 letters, without spaces or punctuation, like `acfbed` .)"
    ]