top | item 29295133

(no title)

a20eac1d | 4 years ago

That sounds amazing, is there any way to access this material right now?

discuss

order

NLips|4 years ago

You can see any year by changing the url: https://adventofcode.com/2021

I think it started in 2015.

On the AoC website you need to provide solutions for each day in a given year to see the next day’s problem, so you can’t instantly see all the problems from a given year unless you’ve previously completed them.

You may be able to find the problems elsewhere on the net.

forgotpwd16|4 years ago

All problems are available as long as their day has come even while the event is running. But the part 2 of each problem requires solving part 1 first.

wodenokoto|4 years ago

you write the intcode computer in AoC 2019

https://adventofcode.com/2019

Not everyday is about intcodes, but day 2, 5 and 7 are the first 3 days with intcodes and they built on top of eachother.