Skip to content

Latest commit

 

History

History

part2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2021 - Day 17 Part 2

How many distinct initial velocity values cause the probe to be within the target area after any step?

Setup

This might be done already in my part 1 impl.

Implementation

Just remove the max finding and count.

Running

mix run

Testing

mix test