aoc2024/day-09/internal/two
2025-01-08 06:35:29 +00:00
..
benchmark re-run benchmarks 2025-01-08 06:35:29 +00:00
block.go reimplement day-09 with min heaps 2024-12-19 12:54:40 +00:00
disk.go rename emptyBlock vars to emptyHeap 2024-12-21 19:48:26 +00:00
heap.go add {heap}.IsEmpty() and use it to empty the block during write() 2024-12-19 20:32:42 +00:00
solve_internal_test.go add day-09 + benchmarks 2024-12-10 21:42:26 +00:00
solve.go move file parsing into util.go 2024-12-19 17:58:45 +00:00
util.go move file parsing into util.go 2024-12-19 17:58:45 +00:00