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.
I think our solutions might be failed with 128+128 as inputs but they only allow 32-126, so that is not a problem.
The input would have static length (7 chars #XXXXXX), that's why I didn't put the EOF char at the end.
However, I have added it as your suggestion.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It seems like your test case is not correct. And I not sure how it caused
Fatal error in ../deps/v8/src/compiler/operator.cc
Finally, ~ I have done this kata :D Very challenged
It seems like I got the problem about file access, could you please check this?
This comment is hidden because it contains spoiler information about the solution
Well, I have added it to the description that
They can be different length
. =DThank you for your suggestion :D I have reduced it to 75 as you suggested.
Actually, I added the code length limitation just to avoid hard coding in some way.
Thank you for your suggestion. I have added 'You're not allowed to move beyond the 12th cell'.
Edited :D Thank you~
I have done BF Translation. Please review and approve :D
Very appreciated! Thank you~
For small input range, it do not make the result to be overflowed 256. So that everyone can practice BF using this kata at the beginning.
They can use this kata to find out how to handle with the convertion to plain number (I think this will be difficult for new leaner), so they will be able to solve more harder katas which is not only convert 0-255 (3 digits), like my BF N-th Fibonacci Number kata.
Of course, there will be kata like this but bigger input range and it will be more challenge as you want.. =D,, I hope you will understand me.
Loading more items...