I'll have to come by again tomorrow, but I must say the design of the site is beautiful . The content is immediately clear, and as you look closer it's clear that the author put some very subtle design touches on, but they aren't overwhelming. Well done!
Advent of Code 2017
51–60 of 77 posts
Re: Advent of Code 2017
#52Earlier quoted context omitted.
> This year I need to make sure I do the graph search problems properly I'm guessing this year it might be some other 'common theme' for the tasks, and we might not see as many graph-problems as in 2016. But learning graph searches cannot hurt you either way :)
Are there any good resources you'd recommend on learning how to effectively work with/search graphs?
Re: Advent of Code 2017
#53So, what are people gonna work in? Anything interesting? I am myself thinking about doing the challanges in Powershell. Because why not suffer more on this earth.
Re: Advent of Code 2017
#54Since Peter Norvig has been topical this week, here are his great instructional ipython notebook solutions to last years AoC challenges[1]. [1] http://nbviewer.jupyter.org/url/norvig.com/ipython/Advent%20...
Re: Advent of Code 2017
#55Advent of Code is an amazing achievement. Designing all the puzzles, writing code to generate all those different inputs for everyone, keeping the site going, somehow managing to create this wonderful community of problem solvers... I loved it last year. I've already paid my AoC++ this year. The least I can do for a month and more (because I never do a puzzle a day, and still haven't finished last year's) of fun. Thi…
> This year I need to make sure I do the graph search problems properly I'm guessing this year it might be some other 'common theme' for the tasks, and we might not see as many graph-problems as in 2016. But learning graph searches cannot hurt you either way :)
Re: Advent of Code 2017
#56Re: Advent of Code 2017
#57So, what are people gonna work in? Anything interesting? I am myself thinking about doing the challanges in Powershell. Because why not suffer more on this earth.
Re: Advent of Code 2017
#58I'm doing it this year. In D, because I'm stubborn, enjoy the language, and couldn't immediately get to like Rust. Going by hype, I have a feeling learning Rust will some day be as inevitable as interacting with git, but for the moment I'm sticking to D.
That remains to be seen, but I firmly believe you should do AoC in something you enjoy!
Re: Advent of Code 2017
#59I'm doing it this year. In D, because I'm stubborn, enjoy the language, and couldn't immediately get to like Rust. Going by hype, I have a feeling learning Rust will some day be as inevitable as interacting with git, but for the moment I'm sticking to D.
Re: Advent of Code 2017
#60The perfect excuse I was looking for to finally start digging into Elixir. ;)