Removing files from data analysis directory
[ou-summer-of-code-2017.git] / README.md
1 # ou-summer-of-code-2017
2
3 This is a repository of questions and sample solutions for the "Summer of Code 2017" programming contest run in the Open University (OU) in July 2017. The contest was only available to OU students. We're posting this as a service to the students, allowing them to see our solutions after the contest has ended.
4
5 While all the solutions work, they weren't written for external consumption, so the code is likely to be less than elegant and less than readable! In particular, there are almost no comments in the code.
6
7 Github should render the solution notebooks, but seems to have some bugs. If the first link doesn't work for you, try the NbViewer one.
8
9 * [Day 0: Introduction](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/00-holiday-specs/holiday-specs-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/00-holiday-specs/holiday-specs-solution.ipynb))
10 * [Day 1: Chosing a holiday](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/01-ticket-prices/ticket-pricing-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/01-ticket-prices/ticket-pricing-solution.ipynb))
11 * [Day 2: Lift instructions](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/02-lifts/lifts-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/02-lifts/lifts-solution.ipynb))
12 * [Day 3: Door codes](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/03-door-codes/door-codes-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/03-door-codes/door-codes-solution.ipynb))
13 * [Day 4: Beach labyrinth](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/04-amidakuji/amidakuji-solution-1.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/04-amidakuji/amidakuji-solution-1.ipynb))
14 * [Day 5: Laser display board](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/05-display-board/display-board-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/05-display-board/display-board-solution.ipynb))
15 * [Day 6: Tour guides](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/06-tour-shapes/tour-shapes-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/06-tour-shapes/tour-shapes-solution.ipynb))
16 * [Day 7: Fixing the minibar](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/07-interpreter/interpreter-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/07-interpreter/interpreter-solution.ipynb))
17 * [Day 8: Visa woes](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/08-word-chains/visa-woes-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/08-word-chains/visa-woes-solution.ipynb))
18 * [Day 9: Resolving the bill](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/09-resolving-the-bill/resolving-the-bill-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/09-resolving-the-bill/resolving-the-bill-solution.ipynb))
19 * [Day 10: Word search](https://github.com/NeilNjae/ou-summer-of-code-2017/blob/master/10-word-search/wordsearch-solution.ipynb) (and [NbViewer](https://nbviewer.jupyter.org/github/NeilNjae/ou-summer-of-code-2017/blob/master/10-word-search/wordsearch-solution.ipynb))