advent_of_code_2024::day_11

Function count_for_stone_no_cache

source
fn count_for_stone_no_cache(stone: u64, iterations: u8) -> usize
Expand description

Origin of the cached function count_for_stone.