X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=problem-ideas.ipynb;h=5d0edde9f3972476f53c3bec61af65e9696f02b2;hb=2b1813563ff7cb94fa1c9811bf8dd93a8b39be23;hp=a8c7a2d051f42bd68f93516b8d02e9f557526ed8;hpb=9db793681c67b0ea1be1a404a5a7c1d5afc26610;p=ou-summer-of-code-2017.git diff --git a/problem-ideas.ipynb b/problem-ideas.ipynb index a8c7a2d..5d0edde 100644 --- a/problem-ideas.ipynb +++ b/problem-ideas.ipynb @@ -18,13 +18,20 @@ "1. [Ticket prices](01-ticket-prices)\n", "2. [Lift instructions](02-lifts)\n", "3. [Door codes](03-door-codes)\n", - "4. [Word search](04-word-search)\n", + "4. [Ghost leg, follow and pack](04-amidakuji)\n", "5. [Display board](05-display-board)\n", - "6. [Tour shapes](06-tour-shapes) [Problem B](https://www.cs.uoregon.edu/Activities/Luks_Programming_Contest/problems/Problems2017.pdf): A is check if string is a closed loop, B is find the area\n", - "7. [Activity network](07-activity-network)\n", - "8. [Filling the days](08-filling-days) [Problem C](https://www.cs.uoregon.edu/Activities/Luks_Programming_Contest/problems/Problems2017.pdf): A per the problem, B when there are multiple rooms available\n", - "9. [Word chains](09-word-chains)\n", - "10. [Suitcase packing](10-suitacase-packing)\n" + "6. [Tour shapes](06-tour-shapes)\n", + "7. [Virtual machine](07-interpreter)\n", + "8. [Word chains](08-word-chains)\n", + "9. [Resolving the bill](09-resolving-the-bill)\n", + "10. [Word search](10-word-search)\n", + "\n", + "### Extras\n", + "* [Suitcase packing](10-suitacase-packing)\n", + "9. [Filling the days](08-filling-days) [Problem C](https://www.cs.uoregon.edu/Activities/Luks_Programming_Contest/problems/Problems2017.pdf): A per the problem, B when there are multiple rooms available\n", + "\n", + "\n", + "Problem 6 taken from [Problem B](https://www.cs.uoregon.edu/Activities/Luks_Programming_Contest/problems/Problems2017.pdf): A is check if string is a closed loop, B is finding if two partial loops make a whole one" ] }, { @@ -287,7 +294,32 @@ "- x64 assembler\n", "- Smalltalk\n", "- Scala\n", - "- Clojure" + "- Clojure\n", + "- Lua\n", + "- JavaScript\n", + "- Java\n", + "- Dart" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Polyglot challenge: languages by day\n", + "\n", + "1. [Ticket prices](01-ticket-prices): Ruby x\n", + "2. [Lift instructions](02-lifts): Brainfuck x\n", + "3. [Door codes](03-door-codes): Dart x\n", + "4. [Ghost leg, follow and pack](04-amidakuji): Clojure\n", + "5. [Display board](05-display-board): JavaScript/Node.js\n", + "6. [Tour shapes](06-tour-shapes): Lua\n", + "7. [Virtual machine](07-interpreter): Haskell (Advent 16 day 23)\n", + "8. [Word chains](08-word-chains): Prolog\n", + "9. [Resolving the bill](09-resolving-the-bill): Sense\n", + "10. [Word search](10-word-search): Python x\n", + "\n", + "Scala, Clojure?\n", + "Sense? Day 9?" ] }, {