adventofcode/2021/day17
Érico Nogueira f259ef3441 Add Advent 2021 - day 17.
Slightly hacky solution, enabled by small input size:

- max number of recursions is arbitrary, found via testing
- bounds for x and minimal bound for y are analytic; max bound for y is
  from testing
2021-12-17 04:13:42 -03:00
..
p.rkt Add Advent 2021 - day 17. 2021-12-17 04:13:42 -03:00
test1.txt Add Advent 2021 - day 17. 2021-12-17 04:13:42 -03:00
test2.txt Add Advent 2021 - day 17. 2021-12-17 04:13:42 -03:00