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.
First, I thought it was an array, and I thought I needed to make another array and pass the result of the two equations through a for loop in the new array, but I found it always returned 1.
Then I searched and found that std::pair is a class template in C++ that provides a way to store two heterogeneous objects as a single unit. I had to watch a 21-minute mathematical video to learn about the equation: reflection with respect to the origin point.
For me, it is 10/10 for all the knowledge you have to have to solve it.
Lua translation !
difficult to understand for English users too haha
approved
Rust translate
This might shed you some light
Approved
Approved
Yes you are indeed modifying the input, read this for more info
This comment is hidden because it contains spoiler information about the solution
Short n clear!
I did the same but line 2 and 3 can be only one line
And on my conditional block I'm checking if there is a space before the word
You made a mistake here by going "left to right"
Use
if (this.charAt(i-1) == " ")
andx += this[i].toUpperCase();
insteadPython tests include
pop corn -> cop porn
... Revise thatporn
please?Scala translation
Loading more items...