Function aoc::year2019::day14::part2

source ยท
pub fn part2(input: &[Reaction]) -> u64
Expand description

Find the maximum amount of fuel possible from 1 trillion ore with an efficient binary search.