Bas Dado immortaly007
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
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-07 22:33:24 +01:00
3046716c5f [TASK] Some small performance improvements in day 7 (like that was needed)
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-07 21:51:35 +01:00
d2cdb9a0c6 [TASK] (finally) solved Day 7
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-06 10:22:32 +01:00
9e0b4dbcd5 [TASK] Solved day 6
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-05 11:11:04 +01:00
ce1695c36b [TASK] Solved Day 5
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-04 21:45:20 +01:00
a37c2cbda5 [TASK] Finished Day 4
immortaly007 pushed to master at fun/advent-of-code-2020-rust 2020-12-03 21:12:49 +01:00
7ae633a16e [TASK] Solved day 3