aoc::year2019::day14

Function 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.