• Joined on 2022-09-24
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-31 17:05:24 -07:00
61e3520ede parse day 14 grid
98f47654f8 change Vec2 implementation to a record type
88acb381f1 move Grid into its own file
1d60878428 add init_grid func
63bad67c1b create angstrom wrapper in Utils for int parser
Compare 5 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-31 10:08:26 -07:00
8fe7e77b52 put packet in a inline module cuz why not
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-31 09:45:32 -07:00
06f695b34c tighten up day 13
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-30 15:38:43 -07:00
fa8970b0de day 13, first parser combinator! thx angstrom <3
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-30 11:21:53 -07:00
dfa2cf11a1 add Vec2.origin for (0,0)
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-23 17:59:15 -07:00
8562bc8385 finished day 12, thx dijkstra !!
887d961d29 flatten array of array in grid implementation
Compare 2 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-09 14:14:17 -07:00
31a75867fa add expect tests
b6eae27d9d get rid of executable
fe5cd3666f move grid parse & iter into Vec2
Compare 3 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-08 19:10:17 -07:00
250d978a38 solve day 11 :)
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-07 12:59:09 -07:00
c93c273ffd solve day 10
bf5d3c1656 clean up vec stuff
Compare 2 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-05 15:56:10 -07:00
1ee3a5a3c5 solve day 9 :)
5e1c30637e move vec2 into a new file & add a pretty printer
Compare 2 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-01 13:12:46 -07:00
239af2f93b refactor day 8 a bit
ryan pushed to master at ryan/aoc-2022-ocaml 2023-10-01 01:55:49 -07:00
7d6b43ba93 day 8 complete !
b7aabdedcb dont let warnings fail the build >:(
Compare 2 commits »
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-30 23:21:03 -07:00
3d2a2f2c4d added comment & got rid of match%pcre
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-30 19:15:37 -07:00
1fdb1ebc36 solved day 7 !!
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-27 21:27:21 -07:00
666c81118f update day5 to use terse array syntax
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-26 18:50:58 -07:00
45d735bac9 solved day 6 !
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-25 09:39:29 -07:00
f31499ecda solved day 5 !
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-22 16:59:24 -07:00
c61676cf02 solved day 4 !
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-22 15:54:37 -07:00
0a24022629 replace parse_line with CC map_same and take_drop
ryan pushed to master at ryan/aoc-2022-ocaml 2023-09-22 15:15:49 -07:00
6a276c3c1b solved day 3 !
661cdf1c95 add containers and remove jane streets stdio
Compare 2 commits »