X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=problem-ideas.ipynb;h=a8c7a2d051f42bd68f93516b8d02e9f557526ed8;hb=1eee453aa49cca632fbaca9cd3dfda7642fd4387;hp=19e4ec300e1e3b62ecdfdb46c0504c0ce30d613e;hpb=26e4d67c40509502e77c6935e7ded629c661f8e1;p=ou-summer-of-code-2017.git diff --git a/problem-ideas.ipynb b/problem-ideas.ipynb index 19e4ec3..a8c7a2d 100644 --- a/problem-ideas.ipynb +++ b/problem-ideas.ipynb @@ -9,6 +9,24 @@ "[Project workspace](https://learn2.open.ac.uk/course/view.php?id=206050)\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Problems by day\n", + "\n", + "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", + "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" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -249,6 +267,29 @@ "* https://www.cs.utexas.edu/users/mckinley/305j/pair-hcs-2006.pdf" ] }, + { + "cell_type": "markdown", + "metadata": { + "collapsed": true + }, + "source": [ + "Polyglot challenge languages\n", + "\n", + "- Python\n", + "- Ruby\n", + "- Haskell\n", + "- Lisp\n", + "- Prolog\n", + "- Ada\n", + "- C\n", + "- Brainfuck\n", + "- Whitespace\n", + "- x64 assembler\n", + "- Smalltalk\n", + "- Scala\n", + "- Clojure" + ] + }, { "cell_type": "code", "execution_count": null,