advent_of_code_2024::day_11

Function blink

source
fn blink(stones: &Vec<u64>) -> Vec<u64>
Expand description

This was originally written to work on the whole array of stones, but that wasn’t convenient for caching. It is left as is for convenience of using existing tests.