Abandoned because I got bored of parsing input, also that question about the tractor beam says it takes and X and Y but somehow it wants 3 inputs, somethings scuffed
Problems and solutions to the "advent of code" events in various programming languages.
[ 12 ⭐ / 50 ⭐ ] Advent of Code 2021 (Rust)
Problems and solutions to the advent of code 2021 in Rust.
Day | Part 1 | Part 2 | Language | ❄️ | Day | Part 1 | Part 2 | Language |
---|---|---|---|---|---|---|---|---|
1 | ⭐ | ⭐ | Rust | 14 | ➖ | ➖ | Rust | |
2 | ⭐ | ⭐ | 15 | ➖ | ➖ | |||
3 | ⭐ | ⭐ | 16 | ➖ | ➖ | |||
4 | ⭐ | ⭐ | 17 | ➖ | ➖ | |||
5 | ⭐ | ⭐ | 18 | ➖ | ➖ | |||
6 | ⭐ | ⭐ | 19 | ➖ | ➖ | |||
7 | ➖ | ➖ | 20 | ➖ | ➖ | |||
8 | ➖ | ➖ | 21 | ➖ | ➖ | |||
9 | ➖ | ➖ | 22 | ➖ | ➖ | |||
10 | ➖ | ➖ | 23 | ➖ | ➖ | |||
11 | ➖ | ➖ | 24 | ➖ | ➖ | |||
12 | ➖ | ➖ | 25 | ➖ | ➖ | |||
13 | ➖ | ➖ |
[ 50 ⭐ / 50 ⭐ ] Advent of Code 2020 (Java, Rust, Python)
Problems and solutions to the advent of code 2020 in Java, Rust, or Python.
Please note that, with an increase in difficulty day after day, code for day(s) 16, 17, 18, 20 is rather "get it working", sorry about that
Day | Part 1 | Part 2 | Language | 🎄 | Day | Part 1 | Part 2 | Language |
---|---|---|---|---|---|---|---|---|
1 | ⭐ | ⭐ | Java | 14 | ⭐ | ⭐ | Rust | |
2 | ⭐ | ⭐ | Rust | 15 | ⭐ | ⭐ | Python | |
3 | ⭐ | ⭐ | Python | 16 | ⭐ | ⭐ | Java | |
4 | ⭐ | ⭐ | Java | 17 | ⭐ | ⭐ | Rust | |
5 | ⭐ | ⭐ | Rust | 18 | ⭐ | ⭐ | Python | |
6 | ⭐ | ⭐ | Python | 19 | ⭐ | ⭐ | Java | |
7 | ⭐ | ⭐ | Java | 20 | ⭐ | ⭐ | Rust | |
8 | ⭐ | ⭐ | Rust | 21 | ⭐ | ⭐ | Python | |
9 | ⭐ | ⭐ | Python | 22 | ⭐ | ⭐ | Java | |
10 | ⭐ | ⭐ | Java | 23 | ⭐ | ⭐ | Rust | |
11 | ⭐ | ⭐ | Rust | 24 | ⭐ | ⭐ | Python | |
12 | ⭐ | ⭐ | Python | 25 | ⭐ | ⭐ | Java | |
13 | ⭐ | ⭐ | Java |
[ 34 ⭐ / 50 ⭐ ] Advent of Code 2019 (Python)
Problems and solutions to the advent of code 2019 in Python.
I regretted using input() and print() for my in and out instructions up until day 13, changed it for day 15, thank god.
I've got to say, starting with day 16 doing this almost fully blind, trying to come up with solutions myself, it sure is getting hard finding a solution that doesn't take days to run.
Long time no update, to be honest I got kinda bored of the constant "parse this, parse that", and when one task behaved differently from expected behaviour (that is, from the tasks side, not from my programm's side) I lost interest, maybe I'll revisit 2019 at some later point, but for now it's on ice.
Please note that, with an increase in difficulty day after day, code for day(s) 10 is rather "get it working", sorry about that (This message will dissapear once I have revisited all, if I do it)
Day | Part 1 | Part 2 | Language | 🎅 | Day | Part 1 | Part 2 | Language |
---|---|---|---|---|---|---|---|---|
1 | ⭐ | ⭐ | Python | 14 | ⭐ | ⭐ | Python | |
2 | ⭐ | ⭐ | 15 | ⭐ | ⭐ | |||
3 | ⭐ | ⭐ | 16 | ⭐ | ➖ | |||
4 | ⭐ | ⭐ | 17 | ⭐ | ⭐ | |||
5 | ⭐ | ⭐ | 18 | ➖ | ➖ | |||
6 | ⭐ | ⭐ | 19 | ⭐ | ➖ | |||
7 | ⭐ | ⭐ | 20 | ➖ | ➖ | |||
8 | ⭐ | ⭐ | 21 | ➖ | ➖ | |||
9 | ⭐ | ⭐ | 22 | ➖ | ➖ | |||
10 | ⭐ | ⭐ | 23 | ➖ | ➖ | |||
11 | ⭐ | ⭐ | 24 | ➖ | ➖ | |||
12 | ⭐ | ⭐ | 25 | ➖ | ➖ | |||
13 | ⭐ | ⭐ |