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.
The test input is
[2, 2, 101, 2]
so, the calculation is this: https://www.wolframalpha.com/input?i=%282%5E%282+%5E%28101%5E2%29%29%29+mod+10 and the expected answer is 6. Not a kata issue.Where did you get that test? The result is 2, https://www.wolframalpha.com/input?i=%2812%5E%2811+%5E%284%5E4%29%29%29+mod+10
test case is
but the result is 2 in my solution
is this test case correct?