onyx_online
  • Joined on 2023-01-30
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-27 01:24:12 +00:00
51fed356af rename kind type/variables
a282338f29 remove bounds check for first neighbour.
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 20:17:15 +00:00
4013cd6c7f clean up function
83399a45c2 refactor using graph struct and adjacency function
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 19:01:03 +00:00
dda597a577 add day-25 part1
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 18:05:21 +00:00
942d2a8456 whitespace fix
169fa86a69 reverse terms in {byName}.Less()... easier to read.
f430d4ed7b convert straight from bin to dec.
Compare 3 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-26 13:20:48 +00:00
24bb0d40c9 refactor with filter() and byName()
4aaf594e23 add filter function to filter zwires from wires
d244a9cc35 add byName, it implements sort.Sort interface
Compare 3 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-25 21:02:02 +00:00
5a6947af2c move enqueue(ns[dir]) into loop
33ee076cf1 refactor switch-case
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-25 14:47:12 +00:00
cdca21b3f3 add day-24 part1
e97f05ea48 add day-21 + benchmarks
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-23 23:17:34 +00:00
13a92834a1 remove unnecessary assignment
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-23 20:02:12 +00:00
1f033ea3a0 don't pass wg to next
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-23 19:56:51 +00:00
ef120d05d4 add day-23 + benchmarks
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-23 06:10:47 +00:00
b2e0108fb0 upd go.mod go.sum
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-22 22:01:02 +00:00
31effc9d8e fix test message
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-22 16:57:34 +00:00
4bed4a8563 rename sequences to cache
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-22 16:55:42 +00:00
287a168293 add day-22 + benchmarks
5cc9a43723 rename emptyBlock vars to emptyHeap
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-20 23:24:29 +00:00
3ccdd9fdf6 rename function
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-20 20:48:52 +00:00
72d329ae57 add day-20
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-20 13:50:46 +00:00
03ef97051e fix package name
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-19 21:33:00 +00:00
22b442171b add point subpackage
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-19 20:36:00 +00:00
62665d4d10 range over numEmptyBlocks
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-19 20:33:21 +00:00
abf7abf3ea add {heap}.IsEmpty() and use it to empty the block during write()