Go to file
ryan 8db68c9baf use djikstra to get min dist between all valves
now i should be able to rewrite traverse in a way that doesn't suck
2023-11-22 18:27:42 -08:00
inputs brute force day 16.1 with incorrect algorithm lol 2023-11-21 18:17:35 -08:00
src use djikstra to get min dist between all valves 2023-11-22 18:27:42 -08:00
.envrc add dev env packages to depends 2023-11-20 13:36:40 -08:00
.gitignore add dev env packages to depends 2023-11-20 13:36:40 -08:00
.ocamlformat fix ocamlformat 2023-11-21 16:47:17 -08:00
.ocamlinit flatten array of array in grid implementation 2023-10-22 11:43:27 -05:00
aoc.opam update opam file 2023-11-20 14:25:38 -08:00
dune-project add dev env packages to depends 2023-11-20 13:36:40 -08:00
README.md fix opam file and add install steps to README 2023-11-20 12:24:23 -08:00

2022 AOC problems in Ocaml

$ opam switch create . --deps-only -y
$ dune build