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.
Current test case I am stuck on:
##>>><.>+<>,935<+#,408+<.#<
A: 384,1,0,0,0,0,0,0,0,365,202,18,445
B: 3,105,485,2
C: 0,0,2,601,0,0,0,1
Expected: '3650', instead got: '0601'
(top of stack is the far right)
Based on the initial ## the moves operate on stack C so I dont see how 3 ever gets to be the first number in the output.
Wow, details are very misleading on this one on two points:
Having fun with figuring out the details through trial and error though....definitely a great kata.
OMG thats evil
Implementing a simple TM in JavaScript was fun. One of my favorite kata so far. Looking forward to the next 2.
This comment is hidden because it contains spoiler information about the solution
In C++, I printed the input vectors and they show up on all but test6 (the only one I am failing!).
Why no input printed on this test case?
Surprised nobody else seems to be using bitwise AND in C/C++. It was my first thought.