X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=04-amidakuji%2Famidakuji-solution-1.ipynb;fp=04-amidakuji%2Famidakuji-solution-1.ipynb;h=0a9b424494a4b744dac91b453edd63c2ac9360df;hb=a411357b201d8391e5e7c23893fca8705fd4cced;hp=15a816add45d15161e4fa63f28547c67de0db43c;hpb=9016ac45d2a303fbd6499a902cce3619d1f4f1d4;p=ou-summer-of-code-2017.git diff --git a/04-amidakuji/amidakuji-solution-1.ipynb b/04-amidakuji/amidakuji-solution-1.ipynb index 15a816a..0a9b424 100644 --- a/04-amidakuji/amidakuji-solution-1.ipynb +++ b/04-amidakuji/amidakuji-solution-1.ipynb @@ -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` .)" ]