├── LICENSE ├── README.md ├── bash ├── 2021 │ ├── README.md │ └── days │ │ ├── BENCHALL │ │ ├── CHECKALL │ │ ├── EXECALL │ │ ├── MAKEDAY │ │ ├── TESTALL │ │ ├── d01-1.sh │ │ ├── d01-2.sh │ │ ├── d01.example │ │ ├── d01.input │ │ ├── d02-1.sh │ │ ├── d02-2.sh │ │ ├── d02.example │ │ ├── d02.input │ │ ├── d03-1.sh │ │ ├── d03-2.sh │ │ ├── d03.example │ │ ├── d03.input │ │ ├── d04-1.sh │ │ ├── d04-2.sh │ │ ├── d04-files-1.sh │ │ ├── d04-files-2.sh │ │ ├── d04.example │ │ ├── d04.input │ │ ├── d05-1.sh │ │ ├── d05-2.sh │ │ ├── d05.example │ │ ├── d05.input │ │ ├── d06-1.sh │ │ ├── d06-2.sh │ │ ├── d06-other1.sh │ │ ├── d06-other2.sh │ │ ├── d06.example │ │ ├── d06.input │ │ ├── d07-1.sh │ │ ├── d07-2.sh │ │ ├── d07.example │ │ ├── d07.input │ │ ├── d08-1.sh │ │ ├── d08-2.sh │ │ ├── d08.example │ │ ├── d08.example-1 │ │ ├── d08.input │ │ ├── d09-1.sh │ │ ├── d09-2.sh │ │ ├── d09.example │ │ ├── d09.input │ │ ├── d09.small │ │ ├── d10-1.sh │ │ ├── d10-2.sh │ │ ├── d10.example │ │ ├── d10.input │ │ ├── d11-1.sh │ │ ├── d11-2.sh │ │ ├── d11.example │ │ ├── d11.input │ │ ├── d12-1.sh │ │ ├── d12-2.sh │ │ ├── d12.example1 │ │ ├── d12.example2 │ │ ├── d12.example3 │ │ ├── d12.input │ │ ├── d13-1.sh │ │ ├── d13-2.sh │ │ ├── d13.big │ │ ├── d13.example │ │ ├── d13.input │ │ ├── d13.small │ │ ├── d14-1.sh │ │ ├── d14-2.sh │ │ ├── d14.example │ │ ├── d14.input │ │ ├── d15-1.sh │ │ ├── d15-2.sh │ │ ├── d15.example │ │ ├── d15.examplebig │ │ ├── d15.input │ │ ├── d15.small │ │ ├── d16-1.sh │ │ ├── d16-2.sh │ │ ├── d16.example01 │ │ ├── d16.example02 │ │ ├── d16.example03 │ │ ├── d16.example1 │ │ ├── d16.example2 │ │ ├── d16.example21 │ │ ├── d16.example22 │ │ ├── d16.example23 │ │ ├── d16.example24 │ │ ├── d16.example25 │ │ ├── d16.example26 │ │ ├── d16.example27 │ │ ├── d16.example28 │ │ ├── d16.example3 │ │ ├── d16.example4 │ │ ├── d16.input │ │ ├── d17-1.sh │ │ ├── d17-2.sh │ │ ├── d17.example │ │ ├── d17.input │ │ ├── d18-1.sh │ │ ├── d18-2.sh │ │ ├── d18.example1 │ │ ├── d18.example2 │ │ ├── d18.example3 │ │ ├── d18.explode1 │ │ ├── d18.explode2 │ │ ├── d18.explode3 │ │ ├── d18.explode4 │ │ ├── d18.input │ │ ├── d18.small1 │ │ ├── d18.small2 │ │ ├── d18.small3 │ │ ├── d18.small4 │ │ ├── d18.small5 │ │ ├── d18.small6 │ │ ├── d18.split1 │ │ ├── d18.split2 │ │ ├── d19-1.sh │ │ ├── d19-2.sh │ │ ├── d19.example │ │ ├── d19.input │ │ ├── d19.small │ │ ├── d20-1.sh │ │ ├── d20-2.sh │ │ ├── d20.example │ │ ├── d20.example2 │ │ ├── d20.input │ │ ├── d21-1.sh │ │ ├── d21-2.sh │ │ ├── d21.example │ │ ├── d21.input │ │ ├── d22-1-alt1.sh │ │ ├── d22-1.sh │ │ ├── d22-2-alt1.sh │ │ ├── d22-2.sh │ │ ├── d22.example │ │ ├── d22.example2 │ │ ├── d22.input │ │ ├── d22.small │ │ ├── d23-1.sh │ │ ├── d23-2.sh │ │ ├── d23.example │ │ ├── d23.goal │ │ ├── d23.input │ │ ├── d24-1-alt1.sh │ │ ├── d24-1-alt2.sh │ │ ├── d24-1.sh │ │ ├── d24-2.sh │ │ ├── d24.c │ │ ├── d24.example │ │ ├── d24.input │ │ ├── d24.small │ │ ├── d25-1.sh │ │ ├── d25-2.sh │ │ ├── d25.example │ │ ├── d25.input │ │ ├── d25.small1 │ │ ├── d25.small2 │ │ └── d25.small3 └── README.md └── go ├── 2015 ├── README.md ├── TEMPLATES │ ├── INIT.go │ ├── TEST.go │ ├── iterators.go │ ├── minmax.go │ ├── numeric-functions.go │ ├── permutations.go │ └── utils.go └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── day01 │ ├── day01.go │ ├── day01_test.go │ └── input.txt │ ├── day02 │ ├── day02.go │ ├── day02_test.go │ ├── exemple.txt │ ├── input.txt │ └── small.txt │ ├── day03 │ ├── day03.go │ ├── day03_test.go │ └── input.txt │ ├── day04 │ ├── day04.go │ ├── day04_test.go │ └── input.txt │ ├── day05 │ ├── day05.go │ ├── day05_test.go │ ├── input.txt │ ├── part2test1.txt │ ├── part2test2.txt │ ├── part2test3.txt │ ├── part2test4.txt │ └── small.txt │ ├── day06 │ ├── day06.go │ ├── day06_test.go │ └── input.txt │ ├── day07 │ ├── day07.go │ ├── day07_test.go │ ├── exemple.txt │ ├── input.txt │ ├── small.txt │ └── small1.txt │ ├── day08 │ ├── day08.go │ ├── day08_test.go │ ├── exemple.txt │ └── input.txt │ ├── day09 │ ├── day09.go │ ├── exemple.txt │ └── input.txt │ ├── day10 │ ├── day10.go │ ├── day10_test.go │ └── input.txt │ ├── day11 │ ├── day11.go │ ├── day11_test.go │ ├── exemple1.txt │ ├── exemple2.txt │ └── input.txt │ ├── day12 │ ├── day12.go │ ├── exemple1.txt │ ├── exemple10.txt │ ├── exemple11.txt │ ├── exemple2.txt │ ├── exemple3.txt │ ├── exemple4.txt │ ├── exemple5.txt │ ├── exemple6.txt │ ├── exemple7.txt │ ├── exemple8.txt │ ├── exemple9.txt │ └── input.txt │ ├── day13 │ ├── day13.go │ ├── exemple.txt │ └── input.txt │ ├── day14 │ ├── day14.go │ ├── day14_test.go │ ├── exemple.txt │ └── input.txt │ ├── day15 │ ├── day15.go │ ├── day15_test.go │ ├── exemple.txt │ ├── input.txt │ └── utils.go │ ├── day16 │ ├── MFCSAM.txt │ ├── day16.go │ ├── exemple.txt │ ├── input.txt │ └── utils.go │ ├── day17 │ ├── day17.go │ ├── day17_test.go │ ├── exemple.txt │ ├── input.txt │ └── utils.go │ ├── day18 │ ├── day18.go │ ├── exemple.txt │ ├── input.txt │ └── utils.go │ ├── day19 │ ├── day19.go │ ├── day19_test.go │ ├── exemple.txt │ ├── exemple2.txt │ ├── exemple3.txt │ ├── input.txt │ └── utils.go │ ├── day20 │ ├── day20.go │ ├── day20_test.go │ ├── input.txt │ └── utils.go │ ├── day21 │ ├── day21.go │ ├── day21_test.go │ ├── input.txt │ ├── input2.txt │ ├── shop.txt │ └── utils.go │ ├── day22 │ ├── day22.go │ ├── day22_test.go │ ├── exemple1.txt │ ├── exemple2.txt │ ├── exemple3.txt │ ├── input.txt │ ├── input2.txt │ ├── input3.txt │ ├── small.txt │ └── utils.go │ ├── day23 │ ├── day23.go │ ├── day23_test.go │ ├── exemple.txt │ ├── input.txt │ ├── input2.txt │ └── utils.go │ ├── day24 │ ├── day24.go │ ├── exemple.txt │ ├── input.txt │ └── utils.go │ ├── day25 │ ├── day25.go │ ├── day25_test.go │ ├── input.txt │ └── utils.go │ └── go.mod ├── 2016 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── d01.go │ ├── e1.txt │ ├── e2.txt │ ├── e3.txt │ ├── e4.txt │ ├── input.txt │ └── utils.go │ ├── d02 │ ├── d02.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d03 │ ├── d03.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d04 │ ├── d04.go │ ├── ex2.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d05 │ ├── d05.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d06 │ ├── d06.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d07 │ ├── d07.go │ ├── ex1.txt │ ├── ex2.txt │ ├── ex3.txt │ ├── ex4.txt │ ├── ex5.txt │ ├── ex6.txt │ ├── ex7.txt │ ├── ex8.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d08 │ ├── d08.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d09 │ ├── d09.go │ ├── d09_test.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d10 │ ├── d10.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d11 │ ├── d11-gonum.go │ ├── d11-old1.go │ ├── d11.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d12 │ ├── d12.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d13 │ ├── altsol.py │ ├── d13.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d14 │ ├── d14.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d15 │ ├── d15.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d16 │ ├── d16.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d17 │ ├── d17.go │ ├── ex1.txt │ ├── ex2.txt │ ├── ex3.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d18 │ ├── d18.go │ ├── ex1.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d19 │ ├── d19.go │ ├── example.txt │ ├── heuristics.sh │ ├── input.txt │ └── utils.go │ ├── d20 │ ├── d20.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d21 │ ├── d21.go │ ├── d21_test.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d22 │ ├── astar.go │ ├── astar.go-new1 │ ├── astar.go-ok1 │ ├── astar.go-old1 │ ├── d22.go │ ├── example.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ └── utils.go │ ├── d23 │ ├── d23.go │ ├── example.txt │ └── utils.go │ ├── d24 │ ├── astar.go │ ├── combinations.go │ ├── d24.go │ ├── example.txt │ ├── grid.go │ ├── permutations.go │ └── utils.go │ └── d25 │ ├── d25.go │ ├── example.txt │ └── utils.go ├── 2017 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── README.md │ ├── d01.go │ ├── example1.txt │ ├── example2.txt │ ├── example21.txt │ ├── example22.txt │ ├── example23.txt │ ├── example24.txt │ ├── example25.txt │ ├── example3.txt │ ├── example4.txt │ └── utils.go │ ├── d02 │ ├── README.md │ ├── d02.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d03 │ ├── README.md │ ├── d03.go │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ └── utils.go │ ├── d04 │ ├── README.md │ ├── d04.go │ ├── example.txt │ └── utils.go │ ├── d05 │ ├── README.md │ ├── d05.go │ ├── example.txt │ └── utils.go │ ├── d06 │ ├── README.md │ ├── d06.go │ ├── example.txt │ └── utils.go │ ├── d07 │ ├── README.md │ ├── d07.go │ ├── example.txt │ └── utils.go │ ├── d08 │ ├── README.md │ ├── d08.go │ ├── example.txt │ └── utils.go │ ├── d09 │ ├── README.md │ ├── d09.go │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ ├── example5.txt │ ├── example6.txt │ ├── example7.txt │ ├── example8.txt │ └── utils.go │ ├── d10 │ ├── README.md │ ├── axialcoords.png │ ├── d10.go │ ├── example-p2-1.txt │ ├── example-p2-2.txt │ ├── example-p2-3.txt │ ├── example-p2-4.txt │ ├── example.txt │ └── utils.go │ ├── d11 │ ├── README.md │ ├── d11.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ └── utils.go │ ├── d12 │ ├── README.md │ ├── d12.go │ ├── example.txt │ └── utils.go │ ├── d13 │ ├── README.md │ ├── d13.go │ ├── example.txt │ └── utils.go │ ├── d14 │ ├── README.md │ ├── d14.go │ ├── example.txt │ └── utils.go │ ├── d15 │ ├── README.md │ ├── d15.go │ ├── example.txt │ └── utils.go │ ├── d16 │ ├── README.md │ ├── d16.go │ ├── example.txt │ └── utils.go │ ├── d17 │ ├── README.md │ ├── d17.go │ ├── example.txt │ ├── linked-lists.go │ └── utils.go │ ├── d18 │ ├── README.md │ ├── d18-goroutines.go │ ├── d18.go │ ├── example.txt │ ├── example2.txt │ ├── linked-lists.go │ └── utils.go │ ├── d19 │ ├── README.md │ ├── d19.go │ ├── example.txt │ └── utils.go │ ├── d20 │ ├── README.md │ ├── d20.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d21 │ ├── README.md │ ├── d21.go │ ├── d21_test.go │ ├── example.txt │ └── utils.go │ ├── d22 │ ├── README.md │ ├── d22.go │ ├── example.txt │ └── utils.go │ ├── d23 │ ├── README.md │ ├── d23.go │ ├── example.txt │ └── utils.go │ ├── d24 │ ├── README.md │ ├── d24.go │ ├── example.txt │ └── utils.go │ ├── d25 │ ├── README.md │ ├── d25.go │ ├── example.txt │ └── utils.go │ ├── go.mod │ └── go.sum ├── 2018 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── README.md │ ├── d01.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ └── utils.go │ ├── d02 │ ├── README.md │ ├── d02.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d03 │ ├── README.md │ ├── d03.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d04 │ ├── README.md │ ├── d04.go │ ├── example.txt │ └── utils.go │ ├── d05 │ ├── README.md │ ├── d05.go │ ├── example.txt │ └── utils.go │ ├── d06 │ ├── README.md │ ├── d06.go │ ├── d06_test.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d07 │ ├── README.md │ ├── d07.go │ ├── example.txt │ └── utils.go │ ├── d08 │ ├── README.md │ ├── d08.go │ ├── example.txt │ └── utils.go │ ├── d09 │ ├── README.md │ ├── d09.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ ├── example5.txt │ └── utils.go │ ├── d10 │ ├── README.md │ ├── d10.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d11 │ ├── README.md │ ├── d11.go │ ├── example.txt │ ├── example2.txt │ ├── point.go │ └── utils.go │ ├── d12 │ ├── README.md │ ├── d12.go │ ├── example.txt │ └── utils.go │ ├── d13 │ ├── README.md │ ├── d13.go │ ├── example.txt │ ├── example1.txt │ ├── point.go │ └── utils.go │ ├── d14 │ ├── README.md │ ├── d14.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example21.txt │ ├── example3.txt │ └── utils.go │ ├── go.mod │ └── go.sum ├── 2022 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── d01.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d02 │ ├── d02.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d03 │ ├── d03.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d04 │ ├── d04.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d05 │ ├── d05.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d06 │ ├── d06.go │ ├── ex1.txt │ ├── ex2.txt │ ├── ex3.txt │ ├── ex4.txt │ ├── ex5.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d07 │ ├── d07.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d08 │ ├── d08.go │ ├── ex.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d09 │ ├── d09.go │ ├── ex.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d10 │ ├── d10.go │ ├── ex1.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d11 │ ├── d11.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d12 │ ├── bruteforce.go.txt │ ├── d12.go │ ├── ex1.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d13 │ ├── d13.go │ ├── ex1.txt │ ├── ex2.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d14 │ ├── d14.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d15 │ ├── d15.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d16 │ ├── alternate-solution.py │ ├── d16-naive.go │ ├── d16-old.go │ ├── d16.go │ ├── ex1.txt │ ├── ex2.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d17 │ ├── d17.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d18 │ ├── d18.go │ ├── ex1.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d19 │ ├── d19-naive.go │ ├── d19.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d20 │ ├── d20.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d21 │ ├── d21.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d22 │ ├── alternate-solution.py │ ├── d22.go │ ├── d22_test.go │ ├── ex1.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d23 │ ├── d23.go │ ├── ex.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d24 │ ├── d24 │ ├── d24.go │ ├── ex.txt │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── d25 │ ├── d25.go │ ├── example.txt │ ├── input.txt │ └── utils.go │ ├── go.mod │ └── go.sum ├── 2023 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── README.md │ ├── d01.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d02 │ ├── d02.go │ ├── example.txt │ └── utils.go │ ├── d03 │ ├── d03.go │ ├── example.txt │ └── utils.go │ ├── d04 │ ├── d04.go │ ├── example.txt │ └── utils.go │ ├── d05 │ ├── README.md │ ├── d05.go │ ├── example.txt │ ├── numeric-functions.go │ └── utils.go │ ├── d06 │ ├── README.md │ ├── d06.go │ ├── example.txt │ └── utils.go │ ├── d07 │ ├── README.md │ ├── d07.go │ ├── d07_test.go │ ├── example.txt │ └── utils.go │ ├── d08 │ ├── README.md │ ├── d08.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d09 │ ├── INPUT.txt │ ├── README.md │ ├── d09.go │ ├── example.txt │ ├── sol1.py │ └── utils.go │ ├── d10 │ ├── README.md │ ├── d10.go │ ├── example-p2e1.txt │ ├── example-p2e2.txt │ ├── example-p2e3.txt │ ├── example-p2e4.txt │ ├── example1f.txt │ ├── example1s.txt │ ├── example2f.txt │ ├── example2s.txt │ └── utils.go │ ├── d11 │ ├── README.md │ ├── d11.go │ ├── example.txt │ └── utils.go │ ├── d12 │ ├── README.md │ ├── d12.go │ ├── example.txt │ └── utils.go │ ├── d13 │ ├── README.md │ ├── d13.go │ ├── example.txt │ ├── exemple1.txt │ ├── sample1.txt │ ├── sample2.txt │ ├── sample3.txt │ ├── scalarray.go │ └── utils.go │ ├── d14 │ ├── README.md │ ├── d14.go │ ├── example.txt │ ├── scalarray.go │ └── utils.go │ ├── d15 │ ├── README.md │ ├── d15.go │ ├── example-hash.txt │ ├── example.txt │ └── utils.go │ ├── d16 │ ├── README.md │ ├── d16.go │ ├── example.txt │ ├── scalarray.go │ └── utils.go │ ├── d17 │ ├── README.md │ ├── astar.go │ ├── d17.go │ ├── example.txt │ ├── scalarray.go │ └── utils.go │ ├── d18 │ ├── README.md │ ├── d18.go │ ├── example.txt │ ├── example0.txt │ ├── example1.txt │ ├── scalarray.go │ └── utils.go │ ├── d19 │ ├── README.md │ ├── d19.go │ ├── example.txt │ └── utils.go │ ├── d20 │ ├── README.md │ ├── d20.go │ ├── example1.txt │ ├── example2.txt │ ├── linked-lists.go │ ├── numeric-functions.go │ └── utils.go │ ├── d21 │ ├── README.md │ ├── d21.go │ ├── example.txt │ ├── scalarray.go │ └── utils.go │ ├── d22 │ ├── README.md │ ├── d22.go │ ├── example.txt │ └── utils.go │ ├── d23 │ ├── README.md │ ├── d23.go │ ├── example.txt │ ├── scalarray.go │ └── utils.go │ ├── d24 │ ├── README.md │ ├── d24.go │ ├── example.txt │ ├── numeric-functions.go │ └── utils.go │ ├── d25 │ ├── README.md │ ├── d25.go │ ├── example.txt │ └── utils.go │ ├── go.mod │ └── go.sum ├── 2024 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── README.md │ ├── d01.go │ ├── example.txt │ └── utils.go │ ├── d02 │ ├── README.md │ ├── d02.go │ ├── example.txt │ └── utils.go │ ├── d03 │ ├── README.md │ ├── d03.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d04 │ ├── README.md │ ├── d04.go │ ├── example.txt │ ├── scalarray.go │ └── utils.go │ ├── d05 │ ├── README.md │ ├── d05.go │ ├── example.txt │ └── utils.go │ ├── d06 │ ├── README.md │ ├── d06.go │ ├── example.txt │ ├── point.go │ ├── scalarray.go │ └── utils.go │ ├── d07 │ ├── README.md │ ├── d07.go │ ├── example.txt │ └── utils.go │ ├── d08 │ ├── README.md │ ├── d08.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d09 │ ├── README.md │ ├── d09.go │ ├── example.txt │ └── utils.go │ ├── d10 │ ├── README.md │ ├── d10.go │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── point.go │ └── utils.go │ ├── d11 │ ├── README.md │ ├── d11.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d12 │ ├── README.md │ ├── d12.go │ ├── example0.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ ├── example5.txt │ ├── point.go │ └── utils.go │ ├── d13 │ ├── README.md │ ├── d13.go │ ├── example.txt │ └── utils.go │ ├── d14 │ ├── README.md │ ├── d14.go │ ├── example.txt │ ├── example1.txt │ ├── point.go │ └── utils.go │ ├── d15 │ ├── README.md │ ├── d15.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ ├── point.go │ └── utils.go │ ├── d16 │ ├── README.md │ ├── d16.go │ ├── example.txt │ ├── example2.txt │ ├── point.go │ └── utils.go │ ├── d17 │ ├── README.md │ ├── d17.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d18 │ ├── README.md │ ├── astar.go │ ├── d18.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d19 │ ├── README.md │ ├── d19.go │ ├── example.txt │ └── utils.go │ ├── d20 │ ├── README.md │ ├── d20.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d21 │ ├── README.md │ ├── d21.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── point.go │ └── utils.go │ ├── d22 │ ├── README.md │ ├── d22.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── example4.txt │ ├── example5.txt │ ├── example6.txt │ └── utils.go │ ├── d23 │ ├── README.md │ ├── d23.go │ ├── d23_test.go │ ├── example.txt │ ├── example1.txt │ └── utils.go │ ├── d24 │ ├── README.md │ ├── d24.go │ ├── example.txt │ ├── example1.txt │ ├── example2.txt │ ├── example3.txt │ ├── full-adder-circuit.png │ ├── point.go │ ├── point_test.go │ ├── rulestest │ └── utils.go │ ├── d25 │ ├── README.md │ ├── d25.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── go.mod │ └── go.sum ├── 2025 ├── README.md └── days │ ├── CLEANALL │ ├── MAKEDAY │ ├── TESTALL │ ├── d01 │ ├── README.md │ ├── d01.go │ ├── example.txt │ └── utils.go │ ├── d02 │ ├── README.md │ ├── d02.go │ ├── d02_test.go │ ├── example.txt │ └── utils.go │ ├── d03 │ ├── README.md │ ├── d03.go │ ├── d03_test.go │ ├── example.txt │ └── utils.go │ ├── d04 │ ├── README.md │ ├── d04.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d05 │ ├── README.md │ ├── d05.go │ ├── d05_test.go │ ├── example.txt │ └── utils.go │ ├── d06 │ ├── README.md │ ├── d06.go │ ├── example.txt │ └── utils.go │ ├── d07 │ ├── README.md │ ├── d07.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d08 │ ├── README.md │ ├── d08.go │ ├── example.txt │ └── utils.go │ ├── d09 │ ├── README.md │ ├── d09.go │ ├── example.txt │ ├── point.go │ └── utils.go │ ├── d10 │ ├── README.md │ ├── astar.go │ ├── d10.go │ ├── example.txt │ └── utils.go │ ├── d11 │ ├── README.md │ ├── d11.go │ ├── example.txt │ ├── example2.txt │ └── utils.go │ ├── d12 │ ├── README.md │ ├── d12.go │ ├── example.txt │ └── utils.go │ ├── go.mod │ └── go.sum ├── MAKEYEAR ├── README.md └── TEMPLATES ├── ASCII-ART.txt ├── CLEANALL ├── INIT.go ├── MAKEDAY ├── README-DD.md ├── README-TEMPLATES.md ├── README-YYYY.md ├── README.md ├── TEST.go ├── TESTALL ├── astar.go ├── bm-string-search.go ├── combinations.go ├── iterators.go ├── linked-lists.go ├── minmax.go ├── numeric-functions.go ├── parsing.go ├── permutations.go ├── point.go ├── scalarray.go ├── tests └── point_test.go └── utils.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/README.md -------------------------------------------------------------------------------- /bash/2021/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/README.md -------------------------------------------------------------------------------- /bash/2021/days/BENCHALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/BENCHALL -------------------------------------------------------------------------------- /bash/2021/days/CHECKALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/CHECKALL -------------------------------------------------------------------------------- /bash/2021/days/EXECALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/EXECALL -------------------------------------------------------------------------------- /bash/2021/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/MAKEDAY -------------------------------------------------------------------------------- /bash/2021/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/TESTALL -------------------------------------------------------------------------------- /bash/2021/days/d01-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d01-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d01-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d01-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d01.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d01.example -------------------------------------------------------------------------------- /bash/2021/days/d01.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d01.input -------------------------------------------------------------------------------- /bash/2021/days/d02-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d02-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d02-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d02-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d02.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d02.example -------------------------------------------------------------------------------- /bash/2021/days/d02.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d02.input -------------------------------------------------------------------------------- /bash/2021/days/d03-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d03-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d03-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d03-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d03.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d03.example -------------------------------------------------------------------------------- /bash/2021/days/d03.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d03.input -------------------------------------------------------------------------------- /bash/2021/days/d04-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d04-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d04-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d04-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d04.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d04.example -------------------------------------------------------------------------------- /bash/2021/days/d04.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d04.input -------------------------------------------------------------------------------- /bash/2021/days/d05-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d05-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d05-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d05-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d05.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d05.example -------------------------------------------------------------------------------- /bash/2021/days/d05.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d05.input -------------------------------------------------------------------------------- /bash/2021/days/d06-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d06-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d06-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d06-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d06-other1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d06-other1.sh -------------------------------------------------------------------------------- /bash/2021/days/d06-other2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d06-other2.sh -------------------------------------------------------------------------------- /bash/2021/days/d06.example: -------------------------------------------------------------------------------- 1 | 3,4,3,1,2 2 | 3 | -------------------------------------------------------------------------------- /bash/2021/days/d06.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d06.input -------------------------------------------------------------------------------- /bash/2021/days/d07-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d07-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d07-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d07-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d07.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d07.example -------------------------------------------------------------------------------- /bash/2021/days/d07.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d07.input -------------------------------------------------------------------------------- /bash/2021/days/d08-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d08-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d08-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d08-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d08.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d08.example -------------------------------------------------------------------------------- /bash/2021/days/d08.example-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d08.example-1 -------------------------------------------------------------------------------- /bash/2021/days/d08.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d08.input -------------------------------------------------------------------------------- /bash/2021/days/d09-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d09-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d09-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d09-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d09.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d09.example -------------------------------------------------------------------------------- /bash/2021/days/d09.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d09.input -------------------------------------------------------------------------------- /bash/2021/days/d09.small: -------------------------------------------------------------------------------- 1 | 01234 2 | 12949 3 | 29999 4 | -------------------------------------------------------------------------------- /bash/2021/days/d10-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d10-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d10-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d10-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d10.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d10.example -------------------------------------------------------------------------------- /bash/2021/days/d10.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d10.input -------------------------------------------------------------------------------- /bash/2021/days/d11-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d11-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d11-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d11-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d11.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d11.example -------------------------------------------------------------------------------- /bash/2021/days/d11.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d11.input -------------------------------------------------------------------------------- /bash/2021/days/d12-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d12-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d12-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d12-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d12.example1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d12.example1 -------------------------------------------------------------------------------- /bash/2021/days/d12.example2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d12.example2 -------------------------------------------------------------------------------- /bash/2021/days/d12.example3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d12.example3 -------------------------------------------------------------------------------- /bash/2021/days/d12.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d12.input -------------------------------------------------------------------------------- /bash/2021/days/d13-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d13-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d13-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d13-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d13.big: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d13.big -------------------------------------------------------------------------------- /bash/2021/days/d13.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d13.example -------------------------------------------------------------------------------- /bash/2021/days/d13.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d13.input -------------------------------------------------------------------------------- /bash/2021/days/d13.small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d13.small -------------------------------------------------------------------------------- /bash/2021/days/d14-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d14-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d14-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d14-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d14.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d14.example -------------------------------------------------------------------------------- /bash/2021/days/d14.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d14.input -------------------------------------------------------------------------------- /bash/2021/days/d15-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d15-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d15-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d15-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d15.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d15.example -------------------------------------------------------------------------------- /bash/2021/days/d15.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d15.input -------------------------------------------------------------------------------- /bash/2021/days/d15.small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d15.small -------------------------------------------------------------------------------- /bash/2021/days/d16-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d16-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d16-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d16-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d16.example01: -------------------------------------------------------------------------------- 1 | D2FE28 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example02: -------------------------------------------------------------------------------- 1 | 38006F45291200 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example03: -------------------------------------------------------------------------------- 1 | EE00D40C823060 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example1: -------------------------------------------------------------------------------- 1 | 8A004A801A8002F478 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example2: -------------------------------------------------------------------------------- 1 | 620080001611562C8802118E34 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example21: -------------------------------------------------------------------------------- 1 | C200B40A82 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example22: -------------------------------------------------------------------------------- 1 | 04005AC33890 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example23: -------------------------------------------------------------------------------- 1 | 880086C3E88112 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example24: -------------------------------------------------------------------------------- 1 | CE00C43D881120 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example25: -------------------------------------------------------------------------------- 1 | D8005AC2A8F0 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example26: -------------------------------------------------------------------------------- 1 | F600BC2D8F 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example27: -------------------------------------------------------------------------------- 1 | 9C005AC2F8F0 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example28: -------------------------------------------------------------------------------- 1 | 9C0141080250320F1802104A08 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example3: -------------------------------------------------------------------------------- 1 | C0015000016115A2E0802F182340 2 | -------------------------------------------------------------------------------- /bash/2021/days/d16.example4: -------------------------------------------------------------------------------- 1 | A0016C880162017C3686B18A3D4780 2 | 3 | -------------------------------------------------------------------------------- /bash/2021/days/d16.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d16.input -------------------------------------------------------------------------------- /bash/2021/days/d17-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d17-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d17-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d17-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d17.example: -------------------------------------------------------------------------------- 1 | target area: x=20..30, y=-10..-5 2 | -------------------------------------------------------------------------------- /bash/2021/days/d17.input: -------------------------------------------------------------------------------- 1 | target area: x=195..238, y=-93..-67 2 | -------------------------------------------------------------------------------- /bash/2021/days/d18-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d18-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d18.example1: -------------------------------------------------------------------------------- 1 | [9,1] 2 | -------------------------------------------------------------------------------- /bash/2021/days/d18.example2: -------------------------------------------------------------------------------- 1 | [[9,1],[1,9]] 2 | -------------------------------------------------------------------------------- /bash/2021/days/d18.example3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.example3 -------------------------------------------------------------------------------- /bash/2021/days/d18.explode1: -------------------------------------------------------------------------------- 1 | [[[[[9,8],1],2],3],4] 2 | -------------------------------------------------------------------------------- /bash/2021/days/d18.explode2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.explode2 -------------------------------------------------------------------------------- /bash/2021/days/d18.explode3: -------------------------------------------------------------------------------- 1 | [[6,[5,[4,[3,2]]]],1] 2 | -------------------------------------------------------------------------------- /bash/2021/days/d18.explode4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.explode4 -------------------------------------------------------------------------------- /bash/2021/days/d18.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.input -------------------------------------------------------------------------------- /bash/2021/days/d18.small1: -------------------------------------------------------------------------------- 1 | [[1,2],[[3,4],5]] 2 | -------------------------------------------------------------------------------- /bash/2021/days/d18.small2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.small2 -------------------------------------------------------------------------------- /bash/2021/days/d18.small3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.small3 -------------------------------------------------------------------------------- /bash/2021/days/d18.small4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.small4 -------------------------------------------------------------------------------- /bash/2021/days/d18.small5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.small5 -------------------------------------------------------------------------------- /bash/2021/days/d18.small6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.small6 -------------------------------------------------------------------------------- /bash/2021/days/d18.split1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.split1 -------------------------------------------------------------------------------- /bash/2021/days/d18.split2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d18.split2 -------------------------------------------------------------------------------- /bash/2021/days/d19-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d19-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d19-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d19-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d19.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d19.example -------------------------------------------------------------------------------- /bash/2021/days/d19.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d19.input -------------------------------------------------------------------------------- /bash/2021/days/d19.small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d19.small -------------------------------------------------------------------------------- /bash/2021/days/d20-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d20-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d20-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d20-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d20.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d20.example -------------------------------------------------------------------------------- /bash/2021/days/d20.example2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d20.example2 -------------------------------------------------------------------------------- /bash/2021/days/d20.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d20.input -------------------------------------------------------------------------------- /bash/2021/days/d21-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d21-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d21-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d21-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d21.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d21.example -------------------------------------------------------------------------------- /bash/2021/days/d21.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d21.input -------------------------------------------------------------------------------- /bash/2021/days/d22-1-alt1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22-1-alt1.sh -------------------------------------------------------------------------------- /bash/2021/days/d22-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d22-2-alt1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22-2-alt1.sh -------------------------------------------------------------------------------- /bash/2021/days/d22-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d22.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22.example -------------------------------------------------------------------------------- /bash/2021/days/d22.example2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22.example2 -------------------------------------------------------------------------------- /bash/2021/days/d22.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22.input -------------------------------------------------------------------------------- /bash/2021/days/d22.small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d22.small -------------------------------------------------------------------------------- /bash/2021/days/d23-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d23-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d23-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d23-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d23.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d23.example -------------------------------------------------------------------------------- /bash/2021/days/d23.goal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d23.goal -------------------------------------------------------------------------------- /bash/2021/days/d23.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d23.input -------------------------------------------------------------------------------- /bash/2021/days/d24-1-alt1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24-1-alt1.sh -------------------------------------------------------------------------------- /bash/2021/days/d24-1-alt2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24-1-alt2.sh -------------------------------------------------------------------------------- /bash/2021/days/d24-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d24-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d24.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24.c -------------------------------------------------------------------------------- /bash/2021/days/d24.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24.example -------------------------------------------------------------------------------- /bash/2021/days/d24.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24.input -------------------------------------------------------------------------------- /bash/2021/days/d24.small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d24.small -------------------------------------------------------------------------------- /bash/2021/days/d25-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25-1.sh -------------------------------------------------------------------------------- /bash/2021/days/d25-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25-2.sh -------------------------------------------------------------------------------- /bash/2021/days/d25.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25.example -------------------------------------------------------------------------------- /bash/2021/days/d25.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25.input -------------------------------------------------------------------------------- /bash/2021/days/d25.small1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25.small1 -------------------------------------------------------------------------------- /bash/2021/days/d25.small2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25.small2 -------------------------------------------------------------------------------- /bash/2021/days/d25.small3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/2021/days/d25.small3 -------------------------------------------------------------------------------- /bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/bash/README.md -------------------------------------------------------------------------------- /go/2015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/README.md -------------------------------------------------------------------------------- /go/2015/TEMPLATES/INIT.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/TEMPLATES/INIT.go -------------------------------------------------------------------------------- /go/2015/TEMPLATES/TEST.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/TEMPLATES/TEST.go -------------------------------------------------------------------------------- /go/2015/TEMPLATES/minmax.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/TEMPLATES/minmax.go -------------------------------------------------------------------------------- /go/2015/TEMPLATES/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/TEMPLATES/utils.go -------------------------------------------------------------------------------- /go/2015/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/CLEANALL -------------------------------------------------------------------------------- /go/2015/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/MAKEDAY -------------------------------------------------------------------------------- /go/2015/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/TESTALL -------------------------------------------------------------------------------- /go/2015/days/day01/day01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day01/day01.go -------------------------------------------------------------------------------- /go/2015/days/day01/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day01/input.txt -------------------------------------------------------------------------------- /go/2015/days/day02/day02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day02/day02.go -------------------------------------------------------------------------------- /go/2015/days/day02/exemple.txt: -------------------------------------------------------------------------------- 1 | 2x3x4 2 | 1x1x10 3 | -------------------------------------------------------------------------------- /go/2015/days/day02/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day02/input.txt -------------------------------------------------------------------------------- /go/2015/days/day02/small.txt: -------------------------------------------------------------------------------- 1 | 2x3x4 2 | -------------------------------------------------------------------------------- /go/2015/days/day03/day03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day03/day03.go -------------------------------------------------------------------------------- /go/2015/days/day03/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day03/input.txt -------------------------------------------------------------------------------- /go/2015/days/day04/day04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day04/day04.go -------------------------------------------------------------------------------- /go/2015/days/day04/input.txt: -------------------------------------------------------------------------------- 1 | ckczppom -------------------------------------------------------------------------------- /go/2015/days/day05/day05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day05/day05.go -------------------------------------------------------------------------------- /go/2015/days/day05/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day05/input.txt -------------------------------------------------------------------------------- /go/2015/days/day05/part2test1.txt: -------------------------------------------------------------------------------- 1 | qjhvhtzxzqqjkmpb 2 | -------------------------------------------------------------------------------- /go/2015/days/day05/part2test2.txt: -------------------------------------------------------------------------------- 1 | xxyxx 2 | -------------------------------------------------------------------------------- /go/2015/days/day05/part2test3.txt: -------------------------------------------------------------------------------- 1 | uurcxstgmygtbstg 2 | -------------------------------------------------------------------------------- /go/2015/days/day05/part2test4.txt: -------------------------------------------------------------------------------- 1 | ieodomkazucvgmuy 2 | -------------------------------------------------------------------------------- /go/2015/days/day05/small.txt: -------------------------------------------------------------------------------- 1 | aabcdefgaa 2 | -------------------------------------------------------------------------------- /go/2015/days/day06/day06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day06/day06.go -------------------------------------------------------------------------------- /go/2015/days/day06/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day06/input.txt -------------------------------------------------------------------------------- /go/2015/days/day07/day07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day07/day07.go -------------------------------------------------------------------------------- /go/2015/days/day07/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day07/input.txt -------------------------------------------------------------------------------- /go/2015/days/day07/small.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day07/small.txt -------------------------------------------------------------------------------- /go/2015/days/day07/small1.txt: -------------------------------------------------------------------------------- 1 | 3 -> a 2 | -------------------------------------------------------------------------------- /go/2015/days/day08/day08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day08/day08.go -------------------------------------------------------------------------------- /go/2015/days/day08/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day08/input.txt -------------------------------------------------------------------------------- /go/2015/days/day09/day09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day09/day09.go -------------------------------------------------------------------------------- /go/2015/days/day09/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day09/input.txt -------------------------------------------------------------------------------- /go/2015/days/day10/day10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day10/day10.go -------------------------------------------------------------------------------- /go/2015/days/day10/input.txt: -------------------------------------------------------------------------------- 1 | 1321131112 2 | -------------------------------------------------------------------------------- /go/2015/days/day11/day11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day11/day11.go -------------------------------------------------------------------------------- /go/2015/days/day11/exemple1.txt: -------------------------------------------------------------------------------- 1 | abcdefgh 2 | -------------------------------------------------------------------------------- /go/2015/days/day11/exemple2.txt: -------------------------------------------------------------------------------- 1 | ghijklmn 2 | -------------------------------------------------------------------------------- /go/2015/days/day11/input.txt: -------------------------------------------------------------------------------- 1 | hepxcrrq 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/day12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day12/day12.go -------------------------------------------------------------------------------- /go/2015/days/day12/exemple1.txt: -------------------------------------------------------------------------------- 1 | [1,2,3] 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple10.txt: -------------------------------------------------------------------------------- 1 | {"d":"red","e":[1,2,3,4],"f":5} 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple11.txt: -------------------------------------------------------------------------------- 1 | [1,"red",5] 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple2.txt: -------------------------------------------------------------------------------- 1 | {"a":2,"b":4} 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple3.txt: -------------------------------------------------------------------------------- 1 | [[[3]]] 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple4.txt: -------------------------------------------------------------------------------- 1 | {"a":{"b":4},"c":-1} 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple5.txt: -------------------------------------------------------------------------------- 1 | {"a":[-1,1]} 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple6.txt: -------------------------------------------------------------------------------- 1 | [-1,{"a":1}] 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple7.txt: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple8.txt: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/exemple9.txt: -------------------------------------------------------------------------------- 1 | [1,{"c":"red","b":2},3] 2 | -------------------------------------------------------------------------------- /go/2015/days/day12/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day12/input.txt -------------------------------------------------------------------------------- /go/2015/days/day13/day13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day13/day13.go -------------------------------------------------------------------------------- /go/2015/days/day13/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day13/input.txt -------------------------------------------------------------------------------- /go/2015/days/day14/day14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day14/day14.go -------------------------------------------------------------------------------- /go/2015/days/day14/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day14/input.txt -------------------------------------------------------------------------------- /go/2015/days/day15/day15.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day15/day15.go -------------------------------------------------------------------------------- /go/2015/days/day15/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day15/input.txt -------------------------------------------------------------------------------- /go/2015/days/day15/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day15/utils.go -------------------------------------------------------------------------------- /go/2015/days/day16/day16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day16/day16.go -------------------------------------------------------------------------------- /go/2015/days/day16/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day16/input.txt -------------------------------------------------------------------------------- /go/2015/days/day16/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day16/utils.go -------------------------------------------------------------------------------- /go/2015/days/day17/day17.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day17/day17.go -------------------------------------------------------------------------------- /go/2015/days/day17/exemple.txt: -------------------------------------------------------------------------------- 1 | 20 2 | 15 3 | 10 4 | 5 5 | 5 6 | -------------------------------------------------------------------------------- /go/2015/days/day17/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day17/input.txt -------------------------------------------------------------------------------- /go/2015/days/day17/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day17/utils.go -------------------------------------------------------------------------------- /go/2015/days/day18/day18.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day18/day18.go -------------------------------------------------------------------------------- /go/2015/days/day18/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day18/input.txt -------------------------------------------------------------------------------- /go/2015/days/day18/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/day18/utils.go -------------------------------------------------------------------------------- /go/2015/days/day20/input.txt: -------------------------------------------------------------------------------- 1 | 363. -------------------------------------------------------------------------------- /go/2015/days/day21/input.txt: -------------------------------------------------------------------------------- 1 | Hit Points: 109 2 | Damage: 8 3 | Armor: 2 4 | -------------------------------------------------------------------------------- /go/2015/days/day21/input2.txt: -------------------------------------------------------------------------------- 1 | Hit Points: 109 2 | Damage: 8 3 | Armor: 2 4 | -------------------------------------------------------------------------------- /go/2015/days/day22/exemple1.txt: -------------------------------------------------------------------------------- 1 | Hit Points: 13 2 | Damage: 8 3 | -------------------------------------------------------------------------------- /go/2015/days/day22/exemple2.txt: -------------------------------------------------------------------------------- 1 | Hit Points: 14 2 | Damage: 8 3 | -------------------------------------------------------------------------------- /go/2015/days/day22/exemple3.txt: -------------------------------------------------------------------------------- 1 | Hit Points: 24 2 | Damage: 9 3 | # mana -1: 318 4 | -------------------------------------------------------------------------------- /go/2015/days/day24/exemple.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 4 5 | 5 6 | 7 7 | 8 8 | 9 9 | 10 10 | 11 11 | -------------------------------------------------------------------------------- /go/2015/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2015/days/go.mod -------------------------------------------------------------------------------- /go/2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/README.md -------------------------------------------------------------------------------- /go/2016/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/CLEANALL -------------------------------------------------------------------------------- /go/2016/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/MAKEDAY -------------------------------------------------------------------------------- /go/2016/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/TESTALL -------------------------------------------------------------------------------- /go/2016/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d01/d01.go -------------------------------------------------------------------------------- /go/2016/days/d01/e1.txt: -------------------------------------------------------------------------------- 1 | R2, L3 2 | -------------------------------------------------------------------------------- /go/2016/days/d01/e2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d01/e2.txt -------------------------------------------------------------------------------- /go/2016/days/d01/e3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d01/e3.txt -------------------------------------------------------------------------------- /go/2016/days/d01/e4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d01/e4.txt -------------------------------------------------------------------------------- /go/2016/days/d01/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d01/input.txt -------------------------------------------------------------------------------- /go/2016/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d01/utils.go -------------------------------------------------------------------------------- /go/2016/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d02/d02.go -------------------------------------------------------------------------------- /go/2016/days/d02/example.txt: -------------------------------------------------------------------------------- 1 | ULL 2 | RRDDD 3 | LURDL 4 | UUUUD 5 | -------------------------------------------------------------------------------- /go/2016/days/d02/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d02/input.txt -------------------------------------------------------------------------------- /go/2016/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d02/utils.go -------------------------------------------------------------------------------- /go/2016/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d03/d03.go -------------------------------------------------------------------------------- /go/2016/days/d03/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d03/input.txt -------------------------------------------------------------------------------- /go/2016/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d03/utils.go -------------------------------------------------------------------------------- /go/2016/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d04/d04.go -------------------------------------------------------------------------------- /go/2016/days/d04/ex2.txt: -------------------------------------------------------------------------------- 1 | qzmt-zixmtkozy-ivhz-343[zimth] 2 | -------------------------------------------------------------------------------- /go/2016/days/d04/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d04/input.txt -------------------------------------------------------------------------------- /go/2016/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d04/utils.go -------------------------------------------------------------------------------- /go/2016/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d05/d05.go -------------------------------------------------------------------------------- /go/2016/days/d05/example.txt: -------------------------------------------------------------------------------- 1 | abc 2 | -------------------------------------------------------------------------------- /go/2016/days/d05/input.txt: -------------------------------------------------------------------------------- 1 | ugkcyxxp 2 | -------------------------------------------------------------------------------- /go/2016/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d05/utils.go -------------------------------------------------------------------------------- /go/2016/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d06/d06.go -------------------------------------------------------------------------------- /go/2016/days/d06/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d06/input.txt -------------------------------------------------------------------------------- /go/2016/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d06/utils.go -------------------------------------------------------------------------------- /go/2016/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d07/d07.go -------------------------------------------------------------------------------- /go/2016/days/d07/ex1.txt: -------------------------------------------------------------------------------- 1 | abba[mnop]qrst 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex2.txt: -------------------------------------------------------------------------------- 1 | abcd[bddb]xyyx 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex3.txt: -------------------------------------------------------------------------------- 1 | aaaa[qwer]tyui 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex4.txt: -------------------------------------------------------------------------------- 1 | ioxxoj[asdfgh]zxcvbn 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex5.txt: -------------------------------------------------------------------------------- 1 | aba[bab]xyz 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex6.txt: -------------------------------------------------------------------------------- 1 | xyx[xyx]xyx 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex7.txt: -------------------------------------------------------------------------------- 1 | aaa[kek]eke 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/ex8.txt: -------------------------------------------------------------------------------- 1 | zazbz[bzb]cdb 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/example.txt: -------------------------------------------------------------------------------- 1 | abba[mnop]qrst 2 | -------------------------------------------------------------------------------- /go/2016/days/d07/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d07/input.txt -------------------------------------------------------------------------------- /go/2016/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d07/utils.go -------------------------------------------------------------------------------- /go/2016/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d08/d08.go -------------------------------------------------------------------------------- /go/2016/days/d08/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d08/input.txt -------------------------------------------------------------------------------- /go/2016/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d08/utils.go -------------------------------------------------------------------------------- /go/2016/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d09/d09.go -------------------------------------------------------------------------------- /go/2016/days/d09/example.txt: -------------------------------------------------------------------------------- 1 | X(8x2)(3x3)ABCY 2 | -------------------------------------------------------------------------------- /go/2016/days/d09/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d09/input.txt -------------------------------------------------------------------------------- /go/2016/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d09/utils.go -------------------------------------------------------------------------------- /go/2016/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d10/d10.go -------------------------------------------------------------------------------- /go/2016/days/d10/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d10/input.txt -------------------------------------------------------------------------------- /go/2016/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d10/utils.go -------------------------------------------------------------------------------- /go/2016/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d11/d11.go -------------------------------------------------------------------------------- /go/2016/days/d11/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d11/input.txt -------------------------------------------------------------------------------- /go/2016/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d11/utils.go -------------------------------------------------------------------------------- /go/2016/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d12/d12.go -------------------------------------------------------------------------------- /go/2016/days/d12/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d12/input.txt -------------------------------------------------------------------------------- /go/2016/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d12/utils.go -------------------------------------------------------------------------------- /go/2016/days/d13/altsol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d13/altsol.py -------------------------------------------------------------------------------- /go/2016/days/d13/d13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d13/d13.go -------------------------------------------------------------------------------- /go/2016/days/d13/example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go/2016/days/d13/input.txt: -------------------------------------------------------------------------------- 1 | 1362 2 | -------------------------------------------------------------------------------- /go/2016/days/d13/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d13/utils.go -------------------------------------------------------------------------------- /go/2016/days/d14/d14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d14/d14.go -------------------------------------------------------------------------------- /go/2016/days/d14/example.txt: -------------------------------------------------------------------------------- 1 | abc 2 | -------------------------------------------------------------------------------- /go/2016/days/d14/input.txt: -------------------------------------------------------------------------------- 1 | zpqevtbw 2 | -------------------------------------------------------------------------------- /go/2016/days/d14/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d14/utils.go -------------------------------------------------------------------------------- /go/2016/days/d15/d15.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d15/d15.go -------------------------------------------------------------------------------- /go/2016/days/d15/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d15/input.txt -------------------------------------------------------------------------------- /go/2016/days/d15/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d15/utils.go -------------------------------------------------------------------------------- /go/2016/days/d16/d16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d16/d16.go -------------------------------------------------------------------------------- /go/2016/days/d16/example.txt: -------------------------------------------------------------------------------- 1 | 20 2 | 10000 3 | -------------------------------------------------------------------------------- /go/2016/days/d16/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d16/input.txt -------------------------------------------------------------------------------- /go/2016/days/d16/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d16/utils.go -------------------------------------------------------------------------------- /go/2016/days/d17/d17.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d17/d17.go -------------------------------------------------------------------------------- /go/2016/days/d17/ex1.txt: -------------------------------------------------------------------------------- 1 | ihgpwlah 2 | -------------------------------------------------------------------------------- /go/2016/days/d17/ex2.txt: -------------------------------------------------------------------------------- 1 | kglvqrro 2 | -------------------------------------------------------------------------------- /go/2016/days/d17/ex3.txt: -------------------------------------------------------------------------------- 1 | ulqzkmiv 2 | -------------------------------------------------------------------------------- /go/2016/days/d17/example.txt: -------------------------------------------------------------------------------- 1 | hijkl 2 | -------------------------------------------------------------------------------- /go/2016/days/d17/input.txt: -------------------------------------------------------------------------------- 1 | qzthpkfp 2 | -------------------------------------------------------------------------------- /go/2016/days/d17/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d17/utils.go -------------------------------------------------------------------------------- /go/2016/days/d18/d18.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d18/d18.go -------------------------------------------------------------------------------- /go/2016/days/d18/ex1.txt: -------------------------------------------------------------------------------- 1 | 3 2 | ..^^. 3 | -------------------------------------------------------------------------------- /go/2016/days/d18/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d18/input.txt -------------------------------------------------------------------------------- /go/2016/days/d18/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d18/utils.go -------------------------------------------------------------------------------- /go/2016/days/d19/d19.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d19/d19.go -------------------------------------------------------------------------------- /go/2016/days/d19/example.txt: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /go/2016/days/d19/input.txt: -------------------------------------------------------------------------------- 1 | 3004953 2 | -------------------------------------------------------------------------------- /go/2016/days/d19/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d19/utils.go -------------------------------------------------------------------------------- /go/2016/days/d20/d20.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d20/d20.go -------------------------------------------------------------------------------- /go/2016/days/d20/example.txt: -------------------------------------------------------------------------------- 1 | 5-8 2 | 0-2 3 | 4-7 4 | -------------------------------------------------------------------------------- /go/2016/days/d20/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d20/input.txt -------------------------------------------------------------------------------- /go/2016/days/d20/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d20/utils.go -------------------------------------------------------------------------------- /go/2016/days/d21/d21.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d21/d21.go -------------------------------------------------------------------------------- /go/2016/days/d21/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d21/input.txt -------------------------------------------------------------------------------- /go/2016/days/d21/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d21/utils.go -------------------------------------------------------------------------------- /go/2016/days/d22/astar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d22/astar.go -------------------------------------------------------------------------------- /go/2016/days/d22/d22.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d22/d22.go -------------------------------------------------------------------------------- /go/2016/days/d22/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d22/utils.go -------------------------------------------------------------------------------- /go/2016/days/d23/d23.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d23/d23.go -------------------------------------------------------------------------------- /go/2016/days/d23/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d23/utils.go -------------------------------------------------------------------------------- /go/2016/days/d24/astar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d24/astar.go -------------------------------------------------------------------------------- /go/2016/days/d24/d24.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d24/d24.go -------------------------------------------------------------------------------- /go/2016/days/d24/grid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d24/grid.go -------------------------------------------------------------------------------- /go/2016/days/d24/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d24/utils.go -------------------------------------------------------------------------------- /go/2016/days/d25/d25.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d25/d25.go -------------------------------------------------------------------------------- /go/2016/days/d25/example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go/2016/days/d25/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2016/days/d25/utils.go -------------------------------------------------------------------------------- /go/2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/README.md -------------------------------------------------------------------------------- /go/2017/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/CLEANALL -------------------------------------------------------------------------------- /go/2017/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/MAKEDAY -------------------------------------------------------------------------------- /go/2017/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/TESTALL -------------------------------------------------------------------------------- /go/2017/days/d01/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d01 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d01/d01.go -------------------------------------------------------------------------------- /go/2017/days/d01/example1.txt: -------------------------------------------------------------------------------- 1 | 1122 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example2.txt: -------------------------------------------------------------------------------- 1 | 1111 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example21.txt: -------------------------------------------------------------------------------- 1 | 1212 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example22.txt: -------------------------------------------------------------------------------- 1 | 1221 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example23.txt: -------------------------------------------------------------------------------- 1 | 123425 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example24.txt: -------------------------------------------------------------------------------- 1 | 123123 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example25.txt: -------------------------------------------------------------------------------- 1 | 12131415 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/example3.txt: -------------------------------------------------------------------------------- 1 | 1234 2 | -------------------------------------------------------------------------------- /go/2017/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d01/utils.go -------------------------------------------------------------------------------- /go/2017/days/d02/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d02 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d02/d02.go -------------------------------------------------------------------------------- /go/2017/days/d02/example.txt: -------------------------------------------------------------------------------- 1 | 5 1 9 5 2 | 7 5 3 3 | 2 4 6 8 4 | -------------------------------------------------------------------------------- /go/2017/days/d02/example2.txt: -------------------------------------------------------------------------------- 1 | 5 9 2 8 2 | 9 4 7 3 3 | 3 8 6 5 4 | -------------------------------------------------------------------------------- /go/2017/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d02/utils.go -------------------------------------------------------------------------------- /go/2017/days/d03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d03/README.md -------------------------------------------------------------------------------- /go/2017/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d03/d03.go -------------------------------------------------------------------------------- /go/2017/days/d03/example1.txt: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /go/2017/days/d03/example2.txt: -------------------------------------------------------------------------------- 1 | 12 2 | -------------------------------------------------------------------------------- /go/2017/days/d03/example3.txt: -------------------------------------------------------------------------------- 1 | 23 2 | -------------------------------------------------------------------------------- /go/2017/days/d03/example4.txt: -------------------------------------------------------------------------------- 1 | 1024 2 | -------------------------------------------------------------------------------- /go/2017/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d03/utils.go -------------------------------------------------------------------------------- /go/2017/days/d04/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d04 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d04/d04.go -------------------------------------------------------------------------------- /go/2017/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d04/utils.go -------------------------------------------------------------------------------- /go/2017/days/d05/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d05 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d05/d05.go -------------------------------------------------------------------------------- /go/2017/days/d05/example.txt: -------------------------------------------------------------------------------- 1 | 0 2 | 3 3 | 0 4 | 1 5 | -3 6 | -------------------------------------------------------------------------------- /go/2017/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d05/utils.go -------------------------------------------------------------------------------- /go/2017/days/d06/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d06 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d06/d06.go -------------------------------------------------------------------------------- /go/2017/days/d06/example.txt: -------------------------------------------------------------------------------- 1 | 0 2 7 0 2 | -------------------------------------------------------------------------------- /go/2017/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d06/utils.go -------------------------------------------------------------------------------- /go/2017/days/d07/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d07 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d07/d07.go -------------------------------------------------------------------------------- /go/2017/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d07/utils.go -------------------------------------------------------------------------------- /go/2017/days/d08/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d08 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d08/d08.go -------------------------------------------------------------------------------- /go/2017/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d08/utils.go -------------------------------------------------------------------------------- /go/2017/days/d09/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d09 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d09/d09.go -------------------------------------------------------------------------------- /go/2017/days/d09/example1.txt: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /go/2017/days/d09/example2.txt: -------------------------------------------------------------------------------- 1 | {{{}}} 2 | -------------------------------------------------------------------------------- /go/2017/days/d09/example3.txt: -------------------------------------------------------------------------------- 1 | {{},{}} 2 | -------------------------------------------------------------------------------- /go/2017/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d09/utils.go -------------------------------------------------------------------------------- /go/2017/days/d10/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d10 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d10/d10.go -------------------------------------------------------------------------------- /go/2017/days/d10/example-p2-1.txt: -------------------------------------------------------------------------------- 1 | 2 | 256 3 | -------------------------------------------------------------------------------- /go/2017/days/d10/example-p2-2.txt: -------------------------------------------------------------------------------- 1 | AoC 2017 2 | 256 3 | -------------------------------------------------------------------------------- /go/2017/days/d10/example-p2-3.txt: -------------------------------------------------------------------------------- 1 | 1,2,3 2 | 256 3 | -------------------------------------------------------------------------------- /go/2017/days/d10/example-p2-4.txt: -------------------------------------------------------------------------------- 1 | 1,2,4 2 | 256 3 | -------------------------------------------------------------------------------- /go/2017/days/d10/example.txt: -------------------------------------------------------------------------------- 1 | 3, 4, 1, 5 2 | 5 3 | 4 | -------------------------------------------------------------------------------- /go/2017/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d10/utils.go -------------------------------------------------------------------------------- /go/2017/days/d11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d11/README.md -------------------------------------------------------------------------------- /go/2017/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d11/d11.go -------------------------------------------------------------------------------- /go/2017/days/d11/example1.txt: -------------------------------------------------------------------------------- 1 | ne,ne,sw,sw 2 | -------------------------------------------------------------------------------- /go/2017/days/d11/example2.txt: -------------------------------------------------------------------------------- 1 | ne,ne,s,s 2 | -------------------------------------------------------------------------------- /go/2017/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d11/utils.go -------------------------------------------------------------------------------- /go/2017/days/d12/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d12 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d12/d12.go -------------------------------------------------------------------------------- /go/2017/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d12/utils.go -------------------------------------------------------------------------------- /go/2017/days/d13/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d13 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d13/d13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d13/d13.go -------------------------------------------------------------------------------- /go/2017/days/d13/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d13/utils.go -------------------------------------------------------------------------------- /go/2017/days/d14/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d14 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d14/d14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d14/d14.go -------------------------------------------------------------------------------- /go/2017/days/d14/example.txt: -------------------------------------------------------------------------------- 1 | flqrgnkx 2 | -------------------------------------------------------------------------------- /go/2017/days/d14/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d14/utils.go -------------------------------------------------------------------------------- /go/2017/days/d15/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d15 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d15/d15.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d15/d15.go -------------------------------------------------------------------------------- /go/2017/days/d15/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d15/utils.go -------------------------------------------------------------------------------- /go/2017/days/d16/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d16 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d16/d16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d16/d16.go -------------------------------------------------------------------------------- /go/2017/days/d16/example.txt: -------------------------------------------------------------------------------- 1 | s1,x3/4,pe/b 2 | 5 3 | -------------------------------------------------------------------------------- /go/2017/days/d16/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d16/utils.go -------------------------------------------------------------------------------- /go/2017/days/d17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d17/README.md -------------------------------------------------------------------------------- /go/2017/days/d17/d17.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d17/d17.go -------------------------------------------------------------------------------- /go/2017/days/d17/example.txt: -------------------------------------------------------------------------------- 1 | 3 2 | -------------------------------------------------------------------------------- /go/2017/days/d17/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d17/utils.go -------------------------------------------------------------------------------- /go/2017/days/d18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d18/README.md -------------------------------------------------------------------------------- /go/2017/days/d18/d18.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d18/d18.go -------------------------------------------------------------------------------- /go/2017/days/d18/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d18/utils.go -------------------------------------------------------------------------------- /go/2017/days/d19/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d19 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d19/d19.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d19/d19.go -------------------------------------------------------------------------------- /go/2017/days/d19/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d19/utils.go -------------------------------------------------------------------------------- /go/2017/days/d20/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d20 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d20/d20.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d20/d20.go -------------------------------------------------------------------------------- /go/2017/days/d20/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d20/utils.go -------------------------------------------------------------------------------- /go/2017/days/d21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d21/README.md -------------------------------------------------------------------------------- /go/2017/days/d21/d21.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d21/d21.go -------------------------------------------------------------------------------- /go/2017/days/d21/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d21/utils.go -------------------------------------------------------------------------------- /go/2017/days/d22/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d22 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d22/d22.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d22/d22.go -------------------------------------------------------------------------------- /go/2017/days/d22/example.txt: -------------------------------------------------------------------------------- 1 | ..# 2 | #.. 3 | ... 4 | -------------------------------------------------------------------------------- /go/2017/days/d22/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d22/utils.go -------------------------------------------------------------------------------- /go/2017/days/d23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d23/README.md -------------------------------------------------------------------------------- /go/2017/days/d23/d23.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d23/d23.go -------------------------------------------------------------------------------- /go/2017/days/d23/example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go/2017/days/d23/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d23/utils.go -------------------------------------------------------------------------------- /go/2017/days/d24/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d24 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d24/d24.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d24/d24.go -------------------------------------------------------------------------------- /go/2017/days/d24/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d24/utils.go -------------------------------------------------------------------------------- /go/2017/days/d25/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2017, in GO, day d25 2 | 3 | -------------------------------------------------------------------------------- /go/2017/days/d25/d25.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d25/d25.go -------------------------------------------------------------------------------- /go/2017/days/d25/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/d25/utils.go -------------------------------------------------------------------------------- /go/2017/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/go.mod -------------------------------------------------------------------------------- /go/2017/days/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2017/days/go.sum -------------------------------------------------------------------------------- /go/2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/README.md -------------------------------------------------------------------------------- /go/2018/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/CLEANALL -------------------------------------------------------------------------------- /go/2018/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/MAKEDAY -------------------------------------------------------------------------------- /go/2018/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/TESTALL -------------------------------------------------------------------------------- /go/2018/days/d01/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d01 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d01/d01.go -------------------------------------------------------------------------------- /go/2018/days/d01/example.txt: -------------------------------------------------------------------------------- 1 | +1, -2, +3, +1 2 | -------------------------------------------------------------------------------- /go/2018/days/d01/example2.txt: -------------------------------------------------------------------------------- 1 | +1, +1, -2 2 | -------------------------------------------------------------------------------- /go/2018/days/d01/example3.txt: -------------------------------------------------------------------------------- 1 | -1, -2, 3 2 | -------------------------------------------------------------------------------- /go/2018/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d01/utils.go -------------------------------------------------------------------------------- /go/2018/days/d02/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d02 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d02/d02.go -------------------------------------------------------------------------------- /go/2018/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d02/utils.go -------------------------------------------------------------------------------- /go/2018/days/d03/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d03 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d03/d03.go -------------------------------------------------------------------------------- /go/2018/days/d03/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d03/point.go -------------------------------------------------------------------------------- /go/2018/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d03/utils.go -------------------------------------------------------------------------------- /go/2018/days/d04/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d04 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d04/d04.go -------------------------------------------------------------------------------- /go/2018/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d04/utils.go -------------------------------------------------------------------------------- /go/2018/days/d05/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d05 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d05/d05.go -------------------------------------------------------------------------------- /go/2018/days/d05/example.txt: -------------------------------------------------------------------------------- 1 | dabAcCaCBAcCcaDA 2 | -------------------------------------------------------------------------------- /go/2018/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d05/utils.go -------------------------------------------------------------------------------- /go/2018/days/d06/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d06 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d06/d06.go -------------------------------------------------------------------------------- /go/2018/days/d06/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d06/point.go -------------------------------------------------------------------------------- /go/2018/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d06/utils.go -------------------------------------------------------------------------------- /go/2018/days/d07/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d07 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d07/d07.go -------------------------------------------------------------------------------- /go/2018/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d07/utils.go -------------------------------------------------------------------------------- /go/2018/days/d08/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d08 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d08/d08.go -------------------------------------------------------------------------------- /go/2018/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d08/utils.go -------------------------------------------------------------------------------- /go/2018/days/d09/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d09 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d09/d09.go -------------------------------------------------------------------------------- /go/2018/days/d09/example.txt: -------------------------------------------------------------------------------- 1 | 9 25 2 | -------------------------------------------------------------------------------- /go/2018/days/d09/example1.txt: -------------------------------------------------------------------------------- 1 | 10 1618 2 | -------------------------------------------------------------------------------- /go/2018/days/d09/example2.txt: -------------------------------------------------------------------------------- 1 | 13 7999 2 | -------------------------------------------------------------------------------- /go/2018/days/d09/example3.txt: -------------------------------------------------------------------------------- 1 | 17 1104 2 | -------------------------------------------------------------------------------- /go/2018/days/d09/example4.txt: -------------------------------------------------------------------------------- 1 | 21 6111 2 | -------------------------------------------------------------------------------- /go/2018/days/d09/example5.txt: -------------------------------------------------------------------------------- 1 | 30 5807 2 | -------------------------------------------------------------------------------- /go/2018/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d09/utils.go -------------------------------------------------------------------------------- /go/2018/days/d10/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d10 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d10/d10.go -------------------------------------------------------------------------------- /go/2018/days/d10/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d10/point.go -------------------------------------------------------------------------------- /go/2018/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d10/utils.go -------------------------------------------------------------------------------- /go/2018/days/d11/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d11 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d11/d11.go -------------------------------------------------------------------------------- /go/2018/days/d11/example.txt: -------------------------------------------------------------------------------- 1 | 18 2 | -------------------------------------------------------------------------------- /go/2018/days/d11/example2.txt: -------------------------------------------------------------------------------- 1 | 42 2 | -------------------------------------------------------------------------------- /go/2018/days/d11/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d11/point.go -------------------------------------------------------------------------------- /go/2018/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d11/utils.go -------------------------------------------------------------------------------- /go/2018/days/d12/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d12 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d12/d12.go -------------------------------------------------------------------------------- /go/2018/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d12/utils.go -------------------------------------------------------------------------------- /go/2018/days/d13/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d13 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d13/d13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d13/d13.go -------------------------------------------------------------------------------- /go/2018/days/d13/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d13/point.go -------------------------------------------------------------------------------- /go/2018/days/d13/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d13/utils.go -------------------------------------------------------------------------------- /go/2018/days/d14/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2018, in GO, day d14 2 | 3 | -------------------------------------------------------------------------------- /go/2018/days/d14/d14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d14/d14.go -------------------------------------------------------------------------------- /go/2018/days/d14/example.txt: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /go/2018/days/d14/example1.txt: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /go/2018/days/d14/example2.txt: -------------------------------------------------------------------------------- 1 | 18 2 | -------------------------------------------------------------------------------- /go/2018/days/d14/example21.txt: -------------------------------------------------------------------------------- 1 | 51589 2 | -------------------------------------------------------------------------------- /go/2018/days/d14/example3.txt: -------------------------------------------------------------------------------- 1 | 2018 2 | -------------------------------------------------------------------------------- /go/2018/days/d14/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/d14/utils.go -------------------------------------------------------------------------------- /go/2018/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/go.mod -------------------------------------------------------------------------------- /go/2018/days/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2018/days/go.sum -------------------------------------------------------------------------------- /go/2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/README.md -------------------------------------------------------------------------------- /go/2022/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/CLEANALL -------------------------------------------------------------------------------- /go/2022/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/MAKEDAY -------------------------------------------------------------------------------- /go/2022/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/TESTALL -------------------------------------------------------------------------------- /go/2022/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d01/d01.go -------------------------------------------------------------------------------- /go/2022/days/d01/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d01/input.txt -------------------------------------------------------------------------------- /go/2022/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d01/utils.go -------------------------------------------------------------------------------- /go/2022/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d02/d02.go -------------------------------------------------------------------------------- /go/2022/days/d02/example.txt: -------------------------------------------------------------------------------- 1 | A Y 2 | B X 3 | C Z 4 | 5 | -------------------------------------------------------------------------------- /go/2022/days/d02/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d02/input.txt -------------------------------------------------------------------------------- /go/2022/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d02/utils.go -------------------------------------------------------------------------------- /go/2022/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d03/d03.go -------------------------------------------------------------------------------- /go/2022/days/d03/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d03/input.txt -------------------------------------------------------------------------------- /go/2022/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d03/utils.go -------------------------------------------------------------------------------- /go/2022/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d04/d04.go -------------------------------------------------------------------------------- /go/2022/days/d04/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d04/input.txt -------------------------------------------------------------------------------- /go/2022/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d04/utils.go -------------------------------------------------------------------------------- /go/2022/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d05/d05.go -------------------------------------------------------------------------------- /go/2022/days/d05/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d05/input.txt -------------------------------------------------------------------------------- /go/2022/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d05/utils.go -------------------------------------------------------------------------------- /go/2022/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d06/d06.go -------------------------------------------------------------------------------- /go/2022/days/d06/ex1.txt: -------------------------------------------------------------------------------- 1 | bvwbjplbgvbhsrlpgdmjqwftvncz 2 | -------------------------------------------------------------------------------- /go/2022/days/d06/ex2.txt: -------------------------------------------------------------------------------- 1 | nppdvjthqldpwncqszvftbrmjlhg 2 | -------------------------------------------------------------------------------- /go/2022/days/d06/ex3.txt: -------------------------------------------------------------------------------- 1 | nznrnfrfntjfmvfwmzdfjlvtqnbhcprsg 2 | -------------------------------------------------------------------------------- /go/2022/days/d06/ex4.txt: -------------------------------------------------------------------------------- 1 | zcfzfwzzqfrljwzlrfnpqdbhtmscgvjw 2 | -------------------------------------------------------------------------------- /go/2022/days/d06/ex5.txt: -------------------------------------------------------------------------------- 1 | mjqjpqmgbljsphdztnvjfqwrcgsmlb 2 | -------------------------------------------------------------------------------- /go/2022/days/d06/example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go/2022/days/d06/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d06/input.txt -------------------------------------------------------------------------------- /go/2022/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d06/utils.go -------------------------------------------------------------------------------- /go/2022/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d07/d07.go -------------------------------------------------------------------------------- /go/2022/days/d07/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d07/input.txt -------------------------------------------------------------------------------- /go/2022/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d07/utils.go -------------------------------------------------------------------------------- /go/2022/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d08/d08.go -------------------------------------------------------------------------------- /go/2022/days/d08/ex.txt: -------------------------------------------------------------------------------- 1 | 30373 2 | 25512 3 | 65332 4 | 33549 5 | 35390 6 | -------------------------------------------------------------------------------- /go/2022/days/d08/example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go/2022/days/d08/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d08/input.txt -------------------------------------------------------------------------------- /go/2022/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d08/utils.go -------------------------------------------------------------------------------- /go/2022/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d09/d09.go -------------------------------------------------------------------------------- /go/2022/days/d09/ex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d09/ex.txt -------------------------------------------------------------------------------- /go/2022/days/d09/example.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /go/2022/days/d09/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d09/input.txt -------------------------------------------------------------------------------- /go/2022/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d09/utils.go -------------------------------------------------------------------------------- /go/2022/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d10/d10.go -------------------------------------------------------------------------------- /go/2022/days/d10/ex1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d10/ex1.txt -------------------------------------------------------------------------------- /go/2022/days/d10/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d10/input.txt -------------------------------------------------------------------------------- /go/2022/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d10/utils.go -------------------------------------------------------------------------------- /go/2022/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d11/d11.go -------------------------------------------------------------------------------- /go/2022/days/d11/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d11/input.txt -------------------------------------------------------------------------------- /go/2022/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d11/utils.go -------------------------------------------------------------------------------- /go/2022/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d12/d12.go -------------------------------------------------------------------------------- /go/2022/days/d12/ex1.txt: -------------------------------------------------------------------------------- 1 | babc 2 | dSEe 3 | fghj 4 | -------------------------------------------------------------------------------- /go/2022/days/d12/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d12/input.txt -------------------------------------------------------------------------------- /go/2022/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d12/utils.go -------------------------------------------------------------------------------- /go/2022/days/d13/d13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d13/d13.go -------------------------------------------------------------------------------- /go/2022/days/d13/ex1.txt: -------------------------------------------------------------------------------- 1 | [7] 2 | [5] 3 | -------------------------------------------------------------------------------- /go/2022/days/d13/ex2.txt: -------------------------------------------------------------------------------- 1 | [5] 2 | [6] 3 | -------------------------------------------------------------------------------- /go/2022/days/d13/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d13/input.txt -------------------------------------------------------------------------------- /go/2022/days/d13/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d13/utils.go -------------------------------------------------------------------------------- /go/2022/days/d14/d14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d14/d14.go -------------------------------------------------------------------------------- /go/2022/days/d14/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d14/input.txt -------------------------------------------------------------------------------- /go/2022/days/d14/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d14/utils.go -------------------------------------------------------------------------------- /go/2022/days/d15/d15.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d15/d15.go -------------------------------------------------------------------------------- /go/2022/days/d15/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d15/input.txt -------------------------------------------------------------------------------- /go/2022/days/d15/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d15/utils.go -------------------------------------------------------------------------------- /go/2022/days/d16/d16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d16/d16.go -------------------------------------------------------------------------------- /go/2022/days/d16/ex1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d16/ex1.txt -------------------------------------------------------------------------------- /go/2022/days/d16/ex2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d16/ex2.txt -------------------------------------------------------------------------------- /go/2022/days/d16/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d16/input.txt -------------------------------------------------------------------------------- /go/2022/days/d16/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d16/utils.go -------------------------------------------------------------------------------- /go/2022/days/d17/d17.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d17/d17.go -------------------------------------------------------------------------------- /go/2022/days/d17/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d17/input.txt -------------------------------------------------------------------------------- /go/2022/days/d17/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d17/utils.go -------------------------------------------------------------------------------- /go/2022/days/d18/d18.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d18/d18.go -------------------------------------------------------------------------------- /go/2022/days/d18/ex1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d18/ex1.txt -------------------------------------------------------------------------------- /go/2022/days/d18/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d18/input.txt -------------------------------------------------------------------------------- /go/2022/days/d18/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d18/utils.go -------------------------------------------------------------------------------- /go/2022/days/d19/d19.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d19/d19.go -------------------------------------------------------------------------------- /go/2022/days/d19/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d19/input.txt -------------------------------------------------------------------------------- /go/2022/days/d19/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d19/utils.go -------------------------------------------------------------------------------- /go/2022/days/d20/d20.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d20/d20.go -------------------------------------------------------------------------------- /go/2022/days/d20/example.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | -3 4 | 3 5 | -2 6 | 0 7 | 4 8 | -------------------------------------------------------------------------------- /go/2022/days/d20/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d20/input.txt -------------------------------------------------------------------------------- /go/2022/days/d20/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d20/utils.go -------------------------------------------------------------------------------- /go/2022/days/d21/d21.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d21/d21.go -------------------------------------------------------------------------------- /go/2022/days/d21/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d21/input.txt -------------------------------------------------------------------------------- /go/2022/days/d21/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d21/utils.go -------------------------------------------------------------------------------- /go/2022/days/d22/d22.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d22/d22.go -------------------------------------------------------------------------------- /go/2022/days/d22/ex1.txt: -------------------------------------------------------------------------------- 1 | .# 2 | #. 3 | #.. 4 | 5 | 1R2L3R4L 6 | -------------------------------------------------------------------------------- /go/2022/days/d22/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d22/input.txt -------------------------------------------------------------------------------- /go/2022/days/d22/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d22/utils.go -------------------------------------------------------------------------------- /go/2022/days/d23/d23.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d23/d23.go -------------------------------------------------------------------------------- /go/2022/days/d23/ex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d23/ex.txt -------------------------------------------------------------------------------- /go/2022/days/d23/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d23/input.txt -------------------------------------------------------------------------------- /go/2022/days/d23/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d23/utils.go -------------------------------------------------------------------------------- /go/2022/days/d24/d24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d24/d24 -------------------------------------------------------------------------------- /go/2022/days/d24/d24.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d24/d24.go -------------------------------------------------------------------------------- /go/2022/days/d24/ex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d24/ex.txt -------------------------------------------------------------------------------- /go/2022/days/d24/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d24/input.txt -------------------------------------------------------------------------------- /go/2022/days/d24/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d24/utils.go -------------------------------------------------------------------------------- /go/2022/days/d25/d25.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d25/d25.go -------------------------------------------------------------------------------- /go/2022/days/d25/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d25/input.txt -------------------------------------------------------------------------------- /go/2022/days/d25/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/d25/utils.go -------------------------------------------------------------------------------- /go/2022/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/go.mod -------------------------------------------------------------------------------- /go/2022/days/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2022/days/go.sum -------------------------------------------------------------------------------- /go/2023/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/README.md -------------------------------------------------------------------------------- /go/2023/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/CLEANALL -------------------------------------------------------------------------------- /go/2023/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/MAKEDAY -------------------------------------------------------------------------------- /go/2023/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/TESTALL -------------------------------------------------------------------------------- /go/2023/days/d01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d01/README.md -------------------------------------------------------------------------------- /go/2023/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d01/d01.go -------------------------------------------------------------------------------- /go/2023/days/d01/example.txt: -------------------------------------------------------------------------------- 1 | 1abc2 2 | pqr3stu8vwx 3 | a1b2c3d4e5f 4 | treb7uchet 5 | -------------------------------------------------------------------------------- /go/2023/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d01/utils.go -------------------------------------------------------------------------------- /go/2023/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d02/d02.go -------------------------------------------------------------------------------- /go/2023/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d02/utils.go -------------------------------------------------------------------------------- /go/2023/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d03/d03.go -------------------------------------------------------------------------------- /go/2023/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d03/utils.go -------------------------------------------------------------------------------- /go/2023/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d04/d04.go -------------------------------------------------------------------------------- /go/2023/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d04/utils.go -------------------------------------------------------------------------------- /go/2023/days/d05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d05/README.md -------------------------------------------------------------------------------- /go/2023/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d05/d05.go -------------------------------------------------------------------------------- /go/2023/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d05/utils.go -------------------------------------------------------------------------------- /go/2023/days/d06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d06/README.md -------------------------------------------------------------------------------- /go/2023/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d06/d06.go -------------------------------------------------------------------------------- /go/2023/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d06/utils.go -------------------------------------------------------------------------------- /go/2023/days/d07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d07/README.md -------------------------------------------------------------------------------- /go/2023/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d07/d07.go -------------------------------------------------------------------------------- /go/2023/days/d07/example.txt: -------------------------------------------------------------------------------- 1 | 32T3K 765 2 | T55J5 684 3 | KK677 28 4 | KTJJT 220 5 | QQQJA 483 6 | -------------------------------------------------------------------------------- /go/2023/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d07/utils.go -------------------------------------------------------------------------------- /go/2023/days/d08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d08/README.md -------------------------------------------------------------------------------- /go/2023/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d08/d08.go -------------------------------------------------------------------------------- /go/2023/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d08/utils.go -------------------------------------------------------------------------------- /go/2023/days/d09/INPUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d09/INPUT.txt -------------------------------------------------------------------------------- /go/2023/days/d09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d09/README.md -------------------------------------------------------------------------------- /go/2023/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d09/d09.go -------------------------------------------------------------------------------- /go/2023/days/d09/sol1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d09/sol1.py -------------------------------------------------------------------------------- /go/2023/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d09/utils.go -------------------------------------------------------------------------------- /go/2023/days/d10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d10/README.md -------------------------------------------------------------------------------- /go/2023/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d10/d10.go -------------------------------------------------------------------------------- /go/2023/days/d10/example2f.txt: -------------------------------------------------------------------------------- 1 | ..F7. 2 | .FJ|. 3 | SJ.L7 4 | |F--J 5 | LJ... 6 | -------------------------------------------------------------------------------- /go/2023/days/d10/example2s.txt: -------------------------------------------------------------------------------- 1 | ..F7. 2 | .FJ|. 3 | SJ.L7 4 | |F--J 5 | LJ... 6 | -------------------------------------------------------------------------------- /go/2023/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d10/utils.go -------------------------------------------------------------------------------- /go/2023/days/d11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d11/README.md -------------------------------------------------------------------------------- /go/2023/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d11/d11.go -------------------------------------------------------------------------------- /go/2023/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d11/utils.go -------------------------------------------------------------------------------- /go/2023/days/d12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d12/README.md -------------------------------------------------------------------------------- /go/2023/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d12/d12.go -------------------------------------------------------------------------------- /go/2023/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d12/utils.go -------------------------------------------------------------------------------- /go/2023/days/d13/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2023, in GO, day d13 2 | 3 | -------------------------------------------------------------------------------- /go/2023/days/d13/d13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d13/d13.go -------------------------------------------------------------------------------- /go/2023/days/d13/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d13/utils.go -------------------------------------------------------------------------------- /go/2023/days/d14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d14/README.md -------------------------------------------------------------------------------- /go/2023/days/d14/d14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d14/d14.go -------------------------------------------------------------------------------- /go/2023/days/d14/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d14/utils.go -------------------------------------------------------------------------------- /go/2023/days/d15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d15/README.md -------------------------------------------------------------------------------- /go/2023/days/d15/d15.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d15/d15.go -------------------------------------------------------------------------------- /go/2023/days/d15/example-hash.txt: -------------------------------------------------------------------------------- 1 | HASH 2 | -------------------------------------------------------------------------------- /go/2023/days/d15/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d15/utils.go -------------------------------------------------------------------------------- /go/2023/days/d16/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2023, in GO, day d16 2 | 3 | -------------------------------------------------------------------------------- /go/2023/days/d16/d16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d16/d16.go -------------------------------------------------------------------------------- /go/2023/days/d16/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d16/utils.go -------------------------------------------------------------------------------- /go/2023/days/d17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d17/README.md -------------------------------------------------------------------------------- /go/2023/days/d17/astar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d17/astar.go -------------------------------------------------------------------------------- /go/2023/days/d17/d17.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d17/d17.go -------------------------------------------------------------------------------- /go/2023/days/d17/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d17/utils.go -------------------------------------------------------------------------------- /go/2023/days/d18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d18/README.md -------------------------------------------------------------------------------- /go/2023/days/d18/d18.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d18/d18.go -------------------------------------------------------------------------------- /go/2023/days/d18/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d18/utils.go -------------------------------------------------------------------------------- /go/2023/days/d19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d19/README.md -------------------------------------------------------------------------------- /go/2023/days/d19/d19.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d19/d19.go -------------------------------------------------------------------------------- /go/2023/days/d19/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d19/utils.go -------------------------------------------------------------------------------- /go/2023/days/d20/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2023, in GO, day d20 2 | 3 | -------------------------------------------------------------------------------- /go/2023/days/d20/d20.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d20/d20.go -------------------------------------------------------------------------------- /go/2023/days/d20/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d20/utils.go -------------------------------------------------------------------------------- /go/2023/days/d21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d21/README.md -------------------------------------------------------------------------------- /go/2023/days/d21/d21.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d21/d21.go -------------------------------------------------------------------------------- /go/2023/days/d21/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d21/utils.go -------------------------------------------------------------------------------- /go/2023/days/d22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d22/README.md -------------------------------------------------------------------------------- /go/2023/days/d22/d22.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d22/d22.go -------------------------------------------------------------------------------- /go/2023/days/d22/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d22/utils.go -------------------------------------------------------------------------------- /go/2023/days/d23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d23/README.md -------------------------------------------------------------------------------- /go/2023/days/d23/d23.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d23/d23.go -------------------------------------------------------------------------------- /go/2023/days/d23/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d23/utils.go -------------------------------------------------------------------------------- /go/2023/days/d24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d24/README.md -------------------------------------------------------------------------------- /go/2023/days/d24/d24.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d24/d24.go -------------------------------------------------------------------------------- /go/2023/days/d24/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d24/utils.go -------------------------------------------------------------------------------- /go/2023/days/d25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d25/README.md -------------------------------------------------------------------------------- /go/2023/days/d25/d25.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d25/d25.go -------------------------------------------------------------------------------- /go/2023/days/d25/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/d25/utils.go -------------------------------------------------------------------------------- /go/2023/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/go.mod -------------------------------------------------------------------------------- /go/2023/days/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2023/days/go.sum -------------------------------------------------------------------------------- /go/2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/README.md -------------------------------------------------------------------------------- /go/2024/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/CLEANALL -------------------------------------------------------------------------------- /go/2024/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/MAKEDAY -------------------------------------------------------------------------------- /go/2024/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/TESTALL -------------------------------------------------------------------------------- /go/2024/days/d01/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d01 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d01/d01.go -------------------------------------------------------------------------------- /go/2024/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d01/utils.go -------------------------------------------------------------------------------- /go/2024/days/d02/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d02 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d02/d02.go -------------------------------------------------------------------------------- /go/2024/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d02/utils.go -------------------------------------------------------------------------------- /go/2024/days/d03/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d03 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d03/d03.go -------------------------------------------------------------------------------- /go/2024/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d03/utils.go -------------------------------------------------------------------------------- /go/2024/days/d04/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d04 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d04/d04.go -------------------------------------------------------------------------------- /go/2024/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d04/utils.go -------------------------------------------------------------------------------- /go/2024/days/d05/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d05 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d05/d05.go -------------------------------------------------------------------------------- /go/2024/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d05/utils.go -------------------------------------------------------------------------------- /go/2024/days/d06/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d06 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d06/d06.go -------------------------------------------------------------------------------- /go/2024/days/d06/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d06/point.go -------------------------------------------------------------------------------- /go/2024/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d06/utils.go -------------------------------------------------------------------------------- /go/2024/days/d07/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d07 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d07/d07.go -------------------------------------------------------------------------------- /go/2024/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d07/utils.go -------------------------------------------------------------------------------- /go/2024/days/d08/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d08 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d08/d08.go -------------------------------------------------------------------------------- /go/2024/days/d08/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d08/point.go -------------------------------------------------------------------------------- /go/2024/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d08/utils.go -------------------------------------------------------------------------------- /go/2024/days/d09/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d09 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d09/d09.go -------------------------------------------------------------------------------- /go/2024/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d09/utils.go -------------------------------------------------------------------------------- /go/2024/days/d10/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d10 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d10/d10.go -------------------------------------------------------------------------------- /go/2024/days/d10/example3.txt: -------------------------------------------------------------------------------- 1 | 201 2 | 312 3 | 543 4 | -------------------------------------------------------------------------------- /go/2024/days/d10/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d10/point.go -------------------------------------------------------------------------------- /go/2024/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d10/utils.go -------------------------------------------------------------------------------- /go/2024/days/d11/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d11 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d11/d11.go -------------------------------------------------------------------------------- /go/2024/days/d11/example.txt: -------------------------------------------------------------------------------- 1 | 0 1 10 99 999 2 | -------------------------------------------------------------------------------- /go/2024/days/d11/example2.txt: -------------------------------------------------------------------------------- 1 | 125 17 2 | -------------------------------------------------------------------------------- /go/2024/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d11/utils.go -------------------------------------------------------------------------------- /go/2024/days/d12/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d12 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d12/d12.go -------------------------------------------------------------------------------- /go/2024/days/d12/example0.txt: -------------------------------------------------------------------------------- 1 | A 2 | -------------------------------------------------------------------------------- /go/2024/days/d12/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d12/point.go -------------------------------------------------------------------------------- /go/2024/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d12/utils.go -------------------------------------------------------------------------------- /go/2024/days/d13/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d13 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d13/d13.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d13/d13.go -------------------------------------------------------------------------------- /go/2024/days/d13/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d13/utils.go -------------------------------------------------------------------------------- /go/2024/days/d14/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d14 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d14/d14.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d14/d14.go -------------------------------------------------------------------------------- /go/2024/days/d14/example1.txt: -------------------------------------------------------------------------------- 1 | w=11, h=7 2 | p=2,4 v=2,-3 3 | -------------------------------------------------------------------------------- /go/2024/days/d14/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d14/point.go -------------------------------------------------------------------------------- /go/2024/days/d14/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d14/utils.go -------------------------------------------------------------------------------- /go/2024/days/d15/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d15 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d15/d15.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d15/d15.go -------------------------------------------------------------------------------- /go/2024/days/d15/example2.txt: -------------------------------------------------------------------------------- 1 | @OO.# 2 | 3 | > 4 | -------------------------------------------------------------------------------- /go/2024/days/d15/example3.txt: -------------------------------------------------------------------------------- 1 | @OO.# 2 | 3 | >>>> 4 | -------------------------------------------------------------------------------- /go/2024/days/d15/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d15/point.go -------------------------------------------------------------------------------- /go/2024/days/d15/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d15/utils.go -------------------------------------------------------------------------------- /go/2024/days/d16/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d16 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d16/d16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d16/d16.go -------------------------------------------------------------------------------- /go/2024/days/d16/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d16/point.go -------------------------------------------------------------------------------- /go/2024/days/d16/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d16/utils.go -------------------------------------------------------------------------------- /go/2024/days/d17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d17/README.md -------------------------------------------------------------------------------- /go/2024/days/d17/d17.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d17/d17.go -------------------------------------------------------------------------------- /go/2024/days/d17/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d17/utils.go -------------------------------------------------------------------------------- /go/2024/days/d18/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d18 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d18/astar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d18/astar.go -------------------------------------------------------------------------------- /go/2024/days/d18/d18.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d18/d18.go -------------------------------------------------------------------------------- /go/2024/days/d18/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d18/point.go -------------------------------------------------------------------------------- /go/2024/days/d18/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d18/utils.go -------------------------------------------------------------------------------- /go/2024/days/d19/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d19 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d19/d19.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d19/d19.go -------------------------------------------------------------------------------- /go/2024/days/d19/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d19/utils.go -------------------------------------------------------------------------------- /go/2024/days/d20/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d20 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d20/d20.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d20/d20.go -------------------------------------------------------------------------------- /go/2024/days/d20/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d20/point.go -------------------------------------------------------------------------------- /go/2024/days/d20/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d20/utils.go -------------------------------------------------------------------------------- /go/2024/days/d21/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d21 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d21/d21.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d21/d21.go -------------------------------------------------------------------------------- /go/2024/days/d21/example1.txt: -------------------------------------------------------------------------------- 1 | 029A 2 | -------------------------------------------------------------------------------- /go/2024/days/d21/example2.txt: -------------------------------------------------------------------------------- 1 | 379A 2 | -------------------------------------------------------------------------------- /go/2024/days/d21/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d21/point.go -------------------------------------------------------------------------------- /go/2024/days/d21/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d21/utils.go -------------------------------------------------------------------------------- /go/2024/days/d22/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d22 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d22/d22.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d22/d22.go -------------------------------------------------------------------------------- /go/2024/days/d22/example.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 10 3 | 100 4 | 2024 5 | -------------------------------------------------------------------------------- /go/2024/days/d22/example1.txt: -------------------------------------------------------------------------------- 1 | 123 2 | -------------------------------------------------------------------------------- /go/2024/days/d22/example2.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 2024 5 | -------------------------------------------------------------------------------- /go/2024/days/d22/example3.txt: -------------------------------------------------------------------------------- 1 | 3363619 2 | -------------------------------------------------------------------------------- /go/2024/days/d22/example4.txt: -------------------------------------------------------------------------------- 1 | 2021 2 | 5017 3 | 19751 4 | -------------------------------------------------------------------------------- /go/2024/days/d22/example5.txt: -------------------------------------------------------------------------------- 1 | 5053 2 | 10083 3 | 11263 4 | -------------------------------------------------------------------------------- /go/2024/days/d22/example6.txt: -------------------------------------------------------------------------------- 1 | 19751 2 | -------------------------------------------------------------------------------- /go/2024/days/d22/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d22/utils.go -------------------------------------------------------------------------------- /go/2024/days/d23/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d23 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d23/d23.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d23/d23.go -------------------------------------------------------------------------------- /go/2024/days/d23/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d23/utils.go -------------------------------------------------------------------------------- /go/2024/days/d24/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d24 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d24/d24.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d24/d24.go -------------------------------------------------------------------------------- /go/2024/days/d24/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d24/point.go -------------------------------------------------------------------------------- /go/2024/days/d24/rulestest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d24/rulestest -------------------------------------------------------------------------------- /go/2024/days/d24/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d24/utils.go -------------------------------------------------------------------------------- /go/2024/days/d25/README.md: -------------------------------------------------------------------------------- 1 | # Advent of code challenge 2024, in GO, day d25 2 | 3 | -------------------------------------------------------------------------------- /go/2024/days/d25/d25.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d25/d25.go -------------------------------------------------------------------------------- /go/2024/days/d25/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d25/point.go -------------------------------------------------------------------------------- /go/2024/days/d25/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/d25/utils.go -------------------------------------------------------------------------------- /go/2024/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/go.mod -------------------------------------------------------------------------------- /go/2024/days/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2024/days/go.sum -------------------------------------------------------------------------------- /go/2025/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/README.md -------------------------------------------------------------------------------- /go/2025/days/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/CLEANALL -------------------------------------------------------------------------------- /go/2025/days/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/MAKEDAY -------------------------------------------------------------------------------- /go/2025/days/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/TESTALL -------------------------------------------------------------------------------- /go/2025/days/d01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d01/README.md -------------------------------------------------------------------------------- /go/2025/days/d01/d01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d01/d01.go -------------------------------------------------------------------------------- /go/2025/days/d01/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d01/utils.go -------------------------------------------------------------------------------- /go/2025/days/d02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d02/README.md -------------------------------------------------------------------------------- /go/2025/days/d02/d02.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d02/d02.go -------------------------------------------------------------------------------- /go/2025/days/d02/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d02/utils.go -------------------------------------------------------------------------------- /go/2025/days/d03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d03/README.md -------------------------------------------------------------------------------- /go/2025/days/d03/d03.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d03/d03.go -------------------------------------------------------------------------------- /go/2025/days/d03/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d03/utils.go -------------------------------------------------------------------------------- /go/2025/days/d04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d04/README.md -------------------------------------------------------------------------------- /go/2025/days/d04/d04.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d04/d04.go -------------------------------------------------------------------------------- /go/2025/days/d04/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d04/point.go -------------------------------------------------------------------------------- /go/2025/days/d04/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d04/utils.go -------------------------------------------------------------------------------- /go/2025/days/d05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d05/README.md -------------------------------------------------------------------------------- /go/2025/days/d05/d05.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d05/d05.go -------------------------------------------------------------------------------- /go/2025/days/d05/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d05/utils.go -------------------------------------------------------------------------------- /go/2025/days/d06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d06/README.md -------------------------------------------------------------------------------- /go/2025/days/d06/d06.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d06/d06.go -------------------------------------------------------------------------------- /go/2025/days/d06/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d06/utils.go -------------------------------------------------------------------------------- /go/2025/days/d07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d07/README.md -------------------------------------------------------------------------------- /go/2025/days/d07/d07.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d07/d07.go -------------------------------------------------------------------------------- /go/2025/days/d07/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d07/point.go -------------------------------------------------------------------------------- /go/2025/days/d07/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d07/utils.go -------------------------------------------------------------------------------- /go/2025/days/d08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d08/README.md -------------------------------------------------------------------------------- /go/2025/days/d08/d08.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d08/d08.go -------------------------------------------------------------------------------- /go/2025/days/d08/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d08/utils.go -------------------------------------------------------------------------------- /go/2025/days/d09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d09/README.md -------------------------------------------------------------------------------- /go/2025/days/d09/d09.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d09/d09.go -------------------------------------------------------------------------------- /go/2025/days/d09/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d09/point.go -------------------------------------------------------------------------------- /go/2025/days/d09/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d09/utils.go -------------------------------------------------------------------------------- /go/2025/days/d10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d10/README.md -------------------------------------------------------------------------------- /go/2025/days/d10/astar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d10/astar.go -------------------------------------------------------------------------------- /go/2025/days/d10/d10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d10/d10.go -------------------------------------------------------------------------------- /go/2025/days/d10/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d10/utils.go -------------------------------------------------------------------------------- /go/2025/days/d11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d11/README.md -------------------------------------------------------------------------------- /go/2025/days/d11/d11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d11/d11.go -------------------------------------------------------------------------------- /go/2025/days/d11/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d11/utils.go -------------------------------------------------------------------------------- /go/2025/days/d12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d12/README.md -------------------------------------------------------------------------------- /go/2025/days/d12/d12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d12/d12.go -------------------------------------------------------------------------------- /go/2025/days/d12/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/d12/utils.go -------------------------------------------------------------------------------- /go/2025/days/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/go.mod -------------------------------------------------------------------------------- /go/2025/days/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/2025/days/go.sum -------------------------------------------------------------------------------- /go/MAKEYEAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/MAKEYEAR -------------------------------------------------------------------------------- /go/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/README.md -------------------------------------------------------------------------------- /go/TEMPLATES/ASCII-ART.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/ASCII-ART.txt -------------------------------------------------------------------------------- /go/TEMPLATES/CLEANALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/CLEANALL -------------------------------------------------------------------------------- /go/TEMPLATES/INIT.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/INIT.go -------------------------------------------------------------------------------- /go/TEMPLATES/MAKEDAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/MAKEDAY -------------------------------------------------------------------------------- /go/TEMPLATES/README-DD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/README-DD.md -------------------------------------------------------------------------------- /go/TEMPLATES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/README.md -------------------------------------------------------------------------------- /go/TEMPLATES/TEST.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/TEST.go -------------------------------------------------------------------------------- /go/TEMPLATES/TESTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/TESTALL -------------------------------------------------------------------------------- /go/TEMPLATES/astar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/astar.go -------------------------------------------------------------------------------- /go/TEMPLATES/iterators.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/iterators.go -------------------------------------------------------------------------------- /go/TEMPLATES/minmax.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/minmax.go -------------------------------------------------------------------------------- /go/TEMPLATES/parsing.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/parsing.go -------------------------------------------------------------------------------- /go/TEMPLATES/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/point.go -------------------------------------------------------------------------------- /go/TEMPLATES/scalarray.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/scalarray.go -------------------------------------------------------------------------------- /go/TEMPLATES/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColasNahaboo/advent-of-code-my-solutions/HEAD/go/TEMPLATES/utils.go --------------------------------------------------------------------------------