Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This took me 3 days. I had to get a better understanding of O(n) and prime calculations. I was on the right path on my first attempt by reducing the number of calculations in half, but I found out you can reduce the number of calculations exponentially, and that got me a working solution.
So why list rules at all?
And I think you can figure out what the expecteds that I listed are showing. You're a smart guy.
Well, I tried. Guess you got it all figured out.
Also, holy verbosity!!
Seesm these two following rules were just left out:
Examples:
Seems odd you would just leave these very pertinent rules out.
Agreed. Mostly gibberish.
This comment is hidden because it contains spoiler information about the solution
Yep, that worked. Thank you.
How do you explain this?
Expected: 1
12
1**3, instead got: 1
12
13
Expected: 1
1*2
13
14
15
16
17, instead got: 1
12
13
14
15
16
17
Expected: 1
12
13
14
15
16
17
18
19
110
111
112
113
114
115
116
117
118
119
120, instead got: 1
12
13
14
15
16
17
18
19
110
111
112
113
114
115
116
117
118
119
1*********20