fn bubble_calorie_total_into_top_three(
    top_3: (u32, u32, u32),
    next_elf: &u32
) -> (u32, u32, u32)
Expand description

Insert the next elf into place in the current top three if its calorie total is high enough