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.
Assuming instructions are stored in 2D array
x
andy
point to a single instruction,v
should be an integer and you are responsible to change the single instruction tov
character counterpart. In java it would look like that:arr[y][x] = (char) v
.In case of "get" your task is to store on the stack
v
integer counterpart:stack.push( (int) arr[y][x])
@Calculating Nut: The other is older, but there was also some criticism there:
There's a discussion how to handle rank changes in katas after their approval and ranks in general. That being said, this is a duplicate of the other one.
Is there anyone checking consistency for difficulty rankings?
As far as I can tell, the two katas are identical, yet this one
is 6kyu and the other is 4kyu.
Also, both katas have Python and Javascript versions.
Seems like someone used the right-to-left mark. Just try to select the code from left to right. You'll notice that your selection behaves weird: there's an RLM right after the initial quote (
"
).