mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Solution for day 6 in matlab.
This commit is contained in:
7
2017/day-06/README.md
Normal file
7
2017/day-06/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user