Bas Dado immortaly007
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
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-11 21:36:26 +01:00
dec8510b25 [TASK] Finally finished day 11
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-11 10:44:56 +01:00
6a135d0369 [TASK] Completed Day11 Part 1 (although I'm not happy with the performance...)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-10 21:36:08 +01:00
7910024d93 [TASK] Cleaned up the Day 10 code (no need for 2D array, removed commented out code, using bitshift instead of switch/case)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-10 21:25:43 +01:00
921039f07e [TASK] Solved Day 10 (finally)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-09 09:54:35 +01:00
e053e4ed61 [TASK] Solved day 9 + added benchmarking options to the main method
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-08 11:28:28 +01:00
f5850ceb2b [TASK] Day 8 code cleanup
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-08 11:25:15 +01:00
48bea13e9d [TASK] Solved Day 8