adventofcode.year_2021.day_2021_07.readable

Module Contents

Functions

fuel(pos)

Linear fuel consumption for a target position

fuel_cumulative(pos)

Cumulative fuel consumption for a target position

part1()

part2()

Attributes

data

adventofcode.year_2021.day_2021_07.readable.data
adventofcode.year_2021.day_2021_07.readable.fuel(pos)

Linear fuel consumption for a target position

adventofcode.year_2021.day_2021_07.readable.fuel_cumulative(pos)

Cumulative fuel consumption for a target position

adventofcode.year_2021.day_2021_07.readable.part1()
adventofcode.year_2021.day_2021_07.readable.part2()