Description Usage Arguments Examples
Moving crabbies on the cheap
1 | least_cost(init)
|
init |
initial positions |
1 2 3 4 | init <- scan(system.file("extdata", "day7.txt", package = "adventofcode21"),
sep = ",")
least_cost(init) # 344138
fancy_least_cost(init) # 94862124
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.