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.
What you mean by the "content"?
It might be a good idea to include this crucial tip in the instructions for this awesome kata: "Brackets must be matched based on their nesting level. This means you can’t simply jump to the next ]; instead, you need to track the depth of nesting to locate the correct matching bracket.
that's normal,
Can someone summarize the content in 100 words?
Why do I forget about regex?
Learning is life long process and learning is frustrating for one who do not love his work. It totally depends on us what is it we love to do.
If I do coding for money, job, status, etc but do not love it then frustration is natural.
Search a topic called TOC (Theory of computation)
The "," command takes 1 byte from input and puts at the data pointer. So, if we have "Code" input the code ",." will output 'C'. The ",,." should return 'o'. Atleas it is as I understood the assignment.
I was so close...
wow! almost cried after understanding this
Is it work for capital Vowel letters..?
It depends with what part causes you troubles: do you have a problem understanding how Brainfuck is about and how its interpreter works, or you have problems with implementing it in C++?
In any case, you can visit Codewars Discord and its
#help-solve
or#cpp
channels.Could anyone please point me (pun not intended) in the right direction? What sort of material and topics do I need to learn before being able to solve this? (C++)
Very clever!
Need to be careful with nested brack.
Loading more items...