Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to main at bruno/advent-of-code 2021-07-22 12:11:12 +02:00
77ad2a6f6e cleanup old code
fa17740a0a typo
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2021-07-22 00:58:13 +02:00
dbc91c7b6e day 2 test file missing
bruno pushed to main at bruno/advent-of-code 2021-07-21 20:42:46 +02:00
262046e5ef README typo
bruno pushed to main at bruno/advent-of-code 2021-07-21 19:58:07 +02:00
d99f8ceffd Day 20: readme + input file
bruno pushed to main at bruno/advent-of-code 2021-07-21 19:38:46 +02:00
848866c48c Some bash cleanup (Day19/part 2)
8bc0e74e10 Day 19 part 2: some bash cleanup
Compare 2 commits »
bruno pushed to main at bruno/advent-of-code 2021-07-21 17:45:58 +02:00
8bc0e74e10 Day 19 part 2: some bash cleanup
bruno pushed to main at bruno/advent-of-code 2021-07-21 17:16:44 +02:00
97cd8bf884 Day 19 part 2, 1st bash working version
bruno pushed to main at bruno/advent-of-code 2021-07-21 17:14:26 +02:00
5e09e9c005 revert to single input file for day19/2 (will be handled in code)
bruno pushed to main at bruno/advent-of-code 2021-07-20 18:21:45 +02:00
2f8f6001f6 day 18 : C part 2 + retrofit for part 1
bruno pushed to main at bruno/advent-of-code 2021-07-19 18:10:04 +02:00
0501335642 Remove debug code (Day18 part 1, C)
bruno pushed to main at bruno/advent-of-code 2021-07-19 17:25:36 +02:00
493c5089b3 day18 C part 1, 1st tentative (with tons of printf)
bruno pushed to main at bruno/advent-of-code 2021-07-18 13:14:17 +02:00
7a2a23782d remove forgotten debug output
bruno pushed to main at bruno/advent-of-code 2021-07-18 11:10:46 +02:00
1bc7101cf6 prevent "^((.*))$" in regex: easier to read, small perf improvement.
bruno pushed to main at bruno/advent-of-code 2021-07-18 09:41:45 +02:00
e674488a17 Micro optimization. Win is now a real 50% cpu/time vs 1st version
bruno pushed to main at bruno/advent-of-code 2021-07-18 08:59:49 +02:00
df5836de1e typo in Makefile
bruno pushed to main at bruno/advent-of-code 2021-07-18 08:58:48 +02:00
d63a340b01 bash regex basic simplification (50% time/cpu savings)
bruno pushed to main at bruno/advent-of-code 2021-07-18 08:37:26 +02:00
8215fde89e adds part 2 input files (likely useless)
bruno pushed to main at bruno/advent-of-code 2021-07-17 21:02:32 +02:00
af1958f09f update README (day 19 part 2)
bruno pushed to main at bruno/advent-of-code 2021-07-17 20:38:34 +02:00
4159c69c1d day 19 part 1 (bash)
bruno pushed to main at bruno/advent-of-code 2021-07-17 00:00:59 +02:00
50e657c55f fix compilation target for day 17