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.
no problem, good luck)
Hey yuhaocooper, thanks for your message, if we add 'v' in 14 position and remove one space we will get:
'vvvvvvv vvvvvvvvvvvvv'
but we need to have
'vvvvvvv vvvvvvvvvvv'
The problem is with your Math function. It works recursively, and can't handle huge arrays. Here's a thread about it.
You can try implementing that, but there are other ways to solve it without these functions.
Well, clearly you end up in too deep recursion somewhere. Try posting the code, but do mark it as spoiler and format it properly, so we can help you identify the problem.