Stream: advent of code

Topic: 2024 Day 13


view this post on Zulip Oskar Hahn (Dec 13 2024 at 12:30):

Here is my Day 13: https://github.com/ostcar/aoc2024/blob/main/day13.roc

part1 in 746.254us
part2 in 650.921us

view this post on Zulip Paul Stanley (Dec 14 2024 at 08:03):

Very similar

Header

Part One: *** [8000 ns].
Part Two: *** [12000 ns].

https://gist.github.com/PaulStanley/5219a3f52046381fc489cf64d5447347

view this post on Zulip Brendan Hansknecht (Dec 14 2024 at 08:10):

I guess we should have full documentation for Num.isApproxEq. it really doesn't explain the arcs at all.

view this post on Zulip Robin Camarasa (Dec 15 2024 at 21:21):

Here is my solution: https://github.com/RobinCamarasa/Advent-of-code/blob/master/2024/day13/RobinCamarasa/main.roc

Spoiler


Last updated: Jul 06 2025 at 12:14 UTC