least_cost: Moving crabbies on the cheap

Description Usage Arguments Examples

View source: R/day07.R

Description

Moving crabbies on the cheap

Usage

1
least_cost(init)

Arguments

init

initial positions

Examples

1
2
3
4
init <- scan(system.file("extdata", "day7.txt", package = "adventofcode21"),
             sep = ",")
least_cost(init) # 344138
fancy_least_cost(init) # 94862124

mbjoseph/adventofcode21 documentation built on Jan. 2, 2022, 9:55 a.m.