Advent of code 2023 See https://adventofcode.com/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
oabrivard 8a494cd2da Enriched utils library 2 years ago
day1
day2
day3
day4
day5
day6
day7
day8
day9
day10
day11
day12
day13
day14
day15
day16
day17 Completed both parts of Day 17 puzzle with help for neighbors computation and hashkey computation (forgot to include direction and steps in key) 2 years ago
day18 Completed both parts of Day 18 puzzle with help for Part 2 (pointers to Shoelace algo and to Pick's theorem 2 years ago
day19 Completed part 2 of Day 19 puzzle with a lot of help from https://github.com/rumkugel13 to debug my code (wouldn't have finished it otherwise) 2 years ago
day20 Completed both parts of Day 20 puzzle with help from reddit thread for the second part (detect that there are 4 subgraphs and use LCM) 2 years ago
day21 Completed part 2 of Day 21 with the formula given in the reddit thread (I still not fully understand why the solution is the result of a quadratic equation) 2 years ago
day22 Completed part 2 of Day 22 puzzle (with a lot of help from Go code of rumkugel13 to correct my 2 bugs) 2 years ago
day23 Completed both parts of Day 23 puzzle, with help from reddit thread for part 2 (converting the problem to a graph) 2 years ago
day24 Completed part 2 of Day 24 puzzle (with the approach proposed by tckmn on reddit (https://www.reddit.com/r/adventofcode/comments/18q40he/2023_day_24_part_2_a_straightforward_nonsolver/) 2 years ago
day25 Completed Day 25 puzzle with exemple from geeksforgeeks.org for Karger's mincut algorithm 2 years ago
utils Enriched utils library 2 years ago
.gitignore
README.md
go.mod
go.sum Completed part 1 of Day 22 puzzle (with a lot of pain, and I still don't understand why the 1st algo does not work 2 years ago
start_day.sh

README.md

aoc2023

Advent of code 2023 See https://adventofcode.com/