Commit Graph
15 Commits
Author SHA1 Message Date
onyx_online d321e6c977 assign comparator functions to variables for readability 2024-12-02 22:28:14 +00:00
onyx_online 6e06bd5b16 add day-02 + benchmarks 2024-12-02 19:28:55 +00:00
onyx_online 67a04b91c8 remove log.Fatal's from solve.go, return values back to main. 2024-12-02 18:30:26 +00:00
onyx_online 600d01660c remove regex, use strings.Fields instead 2024-12-02 18:28:28 +00:00
onyx_online c3fa7d0ff8 upd scaffold and makefile 2024-12-02 02:06:35 +00:00
onyx_online 84312b157c add benchmarks for one and two 2024-12-02 02:06:26 +00:00
onyx_online d05828154e move flag parsing into /cmd/cli/main.go
solves issue redefined flag when running benchmarks
2024-12-02 02:04:35 +00:00
onyx_online 588561be7c embed and read testdata from main 2024-12-02 00:23:59 +00:00
onyx_online 40808475ac add -f flag for passing filename 2024-12-01 23:12:34 +00:00
onyx_online 947016d43b add blank line 2024-12-01 22:04:49 +00:00
onyx_online 475ccfe0ba add bench to makefile 2024-12-01 21:14:30 +00:00
onyx_online 1ea679ebe3 remove occurrences var 2024-12-01 21:14:02 +00:00
onyx_online cacbb11b7c add benchmark 2024-12-01 18:25:08 +00:00
onyx_online 3a10d377ef break early once value in right surpasses k in left 2024-12-01 18:03:05 +00:00
onyx_online 25b6db75c8 first commit 2024-12-01 17:50:02 +00:00