Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to main at bruno/advent-of-code 2022-01-28 19:38:35 +01:00
1e8556b5d5 day 23 init
bruno pushed to main at bruno/advent-of-code 2022-01-28 17:08:11 +01:00
5c392199fe Day 22 : clean code, more comments.
bruno pushed to main at bruno/advent-of-code 2022-01-28 16:08:43 +01:00
6b753e9d6c day 22: working part 2. Two days lost due to int overflow :-(
bruno pushed to main at bruno/advent-of-code 2022-01-27 19:11:19 +01:00
35053f3c8c day 22: change part1 to match part2 changes in input read.
bruno pushed to main at bruno/advent-of-code 2022-01-27 16:25:36 +01:00
97411fbb08 day 22 part 1 (basic/stupid algorithm, not suitable for part 2)
bruno pushed to main at bruno/advent-of-code 2022-01-25 13:47:27 +01:00
ecbeffc3d9 Day 22 init
7082ce3565 day 21: fix memory leaks
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2022-01-24 15:50:01 +01:00
58027905b8 day 21 part2, 1st version. Need improvement in queue management (!)
bruno pushed to main at bruno/advent-of-code 2022-01-24 00:12:25 +01:00
76bd022049 day 21 part 1
bruno pushed to main at bruno/advent-of-code 2022-01-23 21:58:28 +01:00
cf2bed124e day 21 init
bruno pushed to main at bruno/advent-of-code 2022-01-23 21:49:37 +01:00
dacefcd5ad day20: final version (more comments, more code cleanup)
db7013309b day20 EXAMPLE2.txt: impossible input
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2022-01-23 20:51:12 +01:00
63e737b863 day 20: code cleanup
f1af70e55a Added example file to resolve both parts with initial '#'
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2022-01-23 20:44:55 +01:00
ec4684a756 day 20, part 2 (before code cleanup)
bruno pushed to main at bruno/advent-of-code 2022-01-23 20:39:17 +01:00
897453fb39 day 20: working version for part 1
bruno pushed to main at bruno/advent-of-code 2022-01-23 20:28:32 +01:00
81cfe12d67 day20, part1: working version for given example (not for input)
bruno pushed to main at bruno/advent-of-code 2022-01-22 20:42:56 +01:00
640feea875 day 20 init
bruno pushed to main at bruno/advent-of-code 2022-01-22 20:18:30 +01:00
2692f3f621 day19: cosmetic changes
bruno pushed to main at bruno/advent-of-code 2022-01-22 19:38:14 +01:00
5346b0e7fa day 19, after optimization (8.5s -> 0.06s)
bruno pushed to main at bruno/advent-of-code 2022-01-22 15:05:41 +01:00
c84a37874c day 19: clean logs
bruno pushed to main at bruno/advent-of-code 2022-01-22 14:01:29 +01:00
b11c35be26 day 19 part 2, before cleaning
bruno pushed to main at bruno/advent-of-code 2022-01-22 13:23:00 +01:00
858258770b day 19 part 1 (ugly, many useless code)