Bas Dado immortaly007
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-07 20:37:57 +01:00
ab613666e7 [TASK] Solved Day 7
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-07 20:01:49 +01:00
95772849e4 [TASK] Implemented Day 6
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-05 13:42:18 +01:00
fed31ccb0e [TASK] Finished Day5
bc59bf0ed6 [CLEANUP] Some fixes so that Day4 could be deployed to firebase
f1192091eb [TASK] Implemented Day4
8b3963fa6a [CLEANUP] Code cleanup to reduce the amount of duplicate code each day
Compare 4 commits »
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-04 10:29:38 +01:00
039c36f09a [TASK] Solved Day 3
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-02 22:04:58 +01:00
32f00ea017 [TASK] Day 2 Part 2
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-02 09:41:51 +01:00
c8b506f16e [TASK] Solved Day 2 Part 1
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-01 23:57:29 +01:00
e710494170 [TASK] Finished Day 1
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-29 22:19:31 +01:00
e2931282dc [TASK] Solved Day 23 Pt 1
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-28 21:33:14 +01:00
d48df9336f [TASK] Solved day 21
9e6cefba9e [WIP] Still working on day 20
Compare 2 commits »
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-22 10:54:16 +01:00
423f683374 [TASK] Solved day 22 part 1 (part 2 partly solved)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-21 13:57:45 +01:00
acaf136814 [TASK] Solved Day 20 Pt 1
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-19 20:08:05 +01:00
006eb5f19e [TASK] Solved day 18 (better late than never)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-19 10:55:50 +01:00
ff2a2c5bb3 [TASK] Solved day 19 (haven't solved day 18 yet tho, coming up!)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-17 21:45:33 +01:00
9967283916 [TASK[ Finished day 17
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-17 00:02:28 +01:00
040965a034 [TASK] Solved Day 16
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-16 09:14:48 +01:00
b118845a5e [TASK] Solved Day 15
e80edae003 [TASK] Solved Day 14 (but I think it can be solved faster)
Compare 2 commits »
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-14 09:09:27 +01:00
55a53e14f7 [CLEANUP] Removed some unused Day13 code
1b1fe127c3 [TASK] Solved day 13
Compare 2 commits »
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-12 11:17:00 +01:00
9684b28a65 [TASK] Finished day 12
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-11 22:31:17 +01:00
4a8c5580ff [TASK] Added some padding to the grid to save some time on out-of-bounds checks, but it's still pretty slow
0a110d6bfd [CLEANUP] Small code cleanup/fixes
Compare 2 commits »
immortaly007 pushed to experiment/day11_parallel at fun/advent-of-code-2020-rust 2020-12-11 22:21:28 +01:00
8f1500accd [TASK] Attempted to improve the performance of day11 by executing the iterations in parallel...Unfortunately it just got twice as slow...
0a110d6bfd [CLEANUP] Small code cleanup/fixes