George Thomas
|
be0bfd0545
|
Pass is_real_data to parsers
As in Haskell, we'll need this for some awkward problems.
|
2026-01-14 01:03:07 +00:00 |
|
George Thomas
|
bb6bd7ff25
|
Rename function
|
2026-01-07 15:06:48 +00:00 |
|
George Thomas
|
5e7baf8cc5
|
Use itertools to chain sorting in day 5
|
2026-01-07 15:02:13 +00:00 |
|
George Thomas
|
3d2785b7d3
|
Make Rust day 5 vector operations more efficient
We do more in-place and operate on the end of the vector to avoid quadratic complexity.
|
2026-01-07 14:45:55 +00:00 |
|
George Thomas
|
70b56f4501
|
Use new type for day 5 ranges
This is cleaner and faster, with inherent methods and mutability.
|
2026-01-07 14:29:47 +00:00 |
|
George Thomas
|
88c138baf0
|
Solve day 5 in Rust
|
2026-01-07 14:05:58 +00:00 |
|