Commit graph

14 commits

Author SHA1 Message Date
8d63db3d64 2021 Day 3 done in Rust
I'm not especially proud of the code : it's messy, took a long time
and could probably be vastly improved.
I could have used the intersperse iterator method but it's currently in
nightly only. Maybe another way of parsing the string would have prevented
the need ?
2021-12-04 20:47:15 +00:00
57bf7b2194 2021 Day 2 done in Rust
Code is currently fairly ugly, will try to refactor in a more functional fashion
2021-12-04 01:18:16 +00:00
218321e6ae Added comments for Day 1 2021 2021-12-04 00:08:34 +00:00
4f147f4f7a First day of 2021, done in Rust 2021-12-03 23:59:40 +00:00
8fe41ecd3b Day 11 part 1 of 2020 done in Python 2020-12-22 00:19:10 +01:00
078c98ee1d Day 10 of 2020 solved in Python 2020-12-21 22:21:07 +01:00
c9671c5e34 Day 9 of 2020 done in Python 2020-12-21 01:42:23 +01:00
9c2774be19 2020 day 8 : alternative Python solution
Solved with threads, slower by 20-30% for this workload apparently.
Might be because it is the same solution, juste using a new thread for each test
instead of one thread. Early exit does not seem to improve things, as the threads
complete very quickly.
2020-12-21 00:46:50 +01:00
6aca049908 Day 8 of 2020 done in Python
Single threaded brute force for finding the correct fix.
Don't really like it : might be something smarter to do, will try threads.
2020-12-21 00:15:59 +01:00
435fe19dcc Day 7 of 2020 done in Python 2020-12-17 23:01:52 +01:00
1b76468550 Day 6 of 2020 done in Python 2020-12-17 17:39:24 +01:00
e3cb2ddd48 Day 5 of 2020 done in Python 2020-12-17 16:57:44 +01:00
f44d5b9e66 Some cleanup, added a few comments all around 2020-12-05 00:04:09 +01:00
ad04dffb69 2020 AoC, Days 1-4 2020-12-04 23:10:35 +01:00