Files
adventofcode/2017/day-06
2024-01-10 19:40:45 +01:00
..
2017-12-06 12:14:15 +01:00
2017-12-06 12:14:15 +01:00
2017-12-27 13:26:02 +01:00

Usage

Since this solution is in matlab, it works a bit differently. You can solve part 1 by calling solution([original division of wealth]), which returns the number of cycles and the point at which it repeated. You can then call solution again with that repetition point to get the length of that cycle.