From 26e4d67c40509502e77c6935e7ded629c661f8e1 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 18 May 2017 17:16:54 +0100 Subject: [PATCH] Added links to AoC sites --- problem-ideas.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/problem-ideas.ipynb b/problem-ideas.ipynb index c595a69..19e4ec3 100644 --- a/problem-ideas.ipynb +++ b/problem-ideas.ipynb @@ -230,6 +230,8 @@ "metadata": {}, "source": [ "# More problems:\n", + "* [Advent of Code 2015](http://adventofcode.com/2015)\n", + "* [Advent of Code 2016](http://adventofcode.com/2016)\n", "* https://books.google.co.uk/books?id=85NsAHJjTJ0C&pg=PA390&lpg=PA390&dq=phone+number+problem+programming+names&source=bl&ots=c7oC9JvpZz&sig=aNnW6t_nmGK7SyAKchK0MaxqbkA&hl=en&sa=X&ved=0ahUKEwjnzcbbgs7RAhWKKcAKHQiFCDAQ6AEIJDAC#v=onepage&q=phone%20number%20problem%20programming%20names&f=false\n", "* https://www.cs.uoregon.edu/Activities/Luks_Programming_Contest/\n", "* https://www.reddit.com/r/dailyprogrammer/" -- 2.34.1