Bas Dado immortaly007
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-12 08:49:50 +01:00
e33875103f [CLEANUP] Removed duplicate code in Day 10
afa80765cf [TASK] Solved Day 10
563cddce78 [TASK] Solved Day 9
ae90aad6dc [TASK] Implemented Day 8
f6132bbf24 [TASK] Optimized Day 7: removed directory names
Compare 6 commits »
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-07 19:19:52 +01:00
a284052dcd [WIP] Day 7
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-06 16:26:12 +01:00
983ebde050 [CLEANUP] Removed slower solutions
8f6c8ee5c7 [TASK] Implemented day 6
Compare 2 commits »
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-05 20:43:24 +01:00
a6a2cd3093 [TWEAK] Performance improvement by dropping the need for a hashmap and using the stack indices directly
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-05 20:26:57 +01:00
324d5ab02b [TASK] Implemented day 5
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-04 19:00:53 +01:00
08a0576ac3 [CLEANUP] Cleaned up the code for day 4
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-04 18:57:36 +01:00
1e189fb333 [TASK] Solved Day 4
0b0032267e [TWEAK] Small improvements to the benchmark output
Compare 2 commits »
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-04 13:15:22 +01:00
6adca06f04 [TASK] Implemented Day 3
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-02 21:31:07 +01:00
5a3968d50e [CLEANUP] re-ordered some of the code
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-02 19:03:14 +01:00
78a905f9de [TASK] Extended the benchmarking tools, to give information about which parts take time etc
b9c24407a3 [TASK] Solved Day 2
Compare 2 commits »
immortaly007 pushed to main at fun/advent-of-code-2022-rust 2022-12-01 14:41:03 +01:00
6b17362556 [TASK] Solved Day1 + added general architecture to run and benchmark all days
immortaly007 created repository fun/advent-of-code-2022-rust 2022-12-01 12:25:17 +01:00
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-19 14:53:57 +01:00
5d54a107d4 [TASK] Cleaned up (and improved the performance a little) for day 17
9fc38b9b88 [TASK] Solved Day 17
2c3c1f8f08 [WIP] Day 17 part 1 solved
Compare 3 commits »
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-17 19:56:59 +01:00
da579fbfac [WIP] Trying to work on day 17 but I'm braindead
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-16 22:57:31 +01:00
4137cef6f9 [TASK] Fixed some stuff in the last couple of days, so the firebase eslint is happy again
1e405e982a [TASK] Implemented Day 16
e3988e91b7 [TASK] Solved Day 15 (although there is room for speed improvements)
07b36d66d5 [TASK] Solved Day 14
Compare 4 commits »
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-13 23:16:11 +01:00
888f40d341 [TASK] Finished Day 13 + some style fixes to make sure eslint is happy enough to deploy to firebase functions
33a8ce77e4 [TASK] Solved Day 12
ed88c69cea [TASK] Solved Day 11
Compare 3 commits »
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-10 20:04:42 +01:00
3ad67df338 [CLEANUP] Made the code a little bit cleaner
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-10 19:56:09 +01:00
168e55e5ef [TASK] Solved Day 10
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-09 23:25:31 +01:00
28426f4e4e [TASK] Implemented Day 9
immortaly007 pushed to master at immortaly007/advent-of-code-2021-firebase 2021-12-09 22:29:21 +01:00
3a9184ae37 [TASK] Solved Day 8