Advent of Code 2019
adventofcode.com
Advent of Code 2019
1–10 of 75 posts
Re: Advent of Code 2019
#2Re: Advent of Code 2019
#3Re: Advent of Code 2019
#4Will I actually do this past day five this year for a change?
AoC got to be a bit of a grind for me last year. Something came up, and I missed a few days towards the end. I told myself I was going to go back and finish, but I never did.
I'm tempted to try again this year, but I don't know. I already have projects languishing in need of some attention. On the other hand, it's lots of fun.
Re: Advent of Code 2019
#5Re: Advent of Code 2019
#6As I recall, most of the time the input is delineated by spaces or linebreaks and it helps if you can carve it up easily right off the bat.
Re: Advent of Code 2019
#7I'm have seen people being really excited for AoC. What's so special about it?
Different people get slightly different problems, so you have to do your own work to solve for your puzzle input. You feed it back into the site to see if it was correct or not. Getting a problem right was a great feeling, and it progressively unlocks more of a Christmas-themed ASCII art picture.
I would have a tough time explaining it to someone who doesn't do any programming, but it's free to try if you're curious!
Re: Advent of Code 2019
#8I'm have seen people being really excited for AoC. What's so special about it?
But apart from that it is “just” coding challenges with a story wrapped around them, and if you don’t like those, you won’t care for it.
Re: Advent of Code 2019
#9This year I really want to try to use this to learn Rust. Are there any good practices or crates to handle file input like most of the problems give? As I recall, most of the time the input is delineated by spaces or linebreaks and it helps if you can carve it up easily right off the bat.
Re: Advent of Code 2019
#10Edit: The aspect of customized tasks does not require sign-ups. Just use a cookie or something.