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.
This comment is hidden because it contains spoiler information about the solution
Hello @skskiran,
I ran into the same issue using atan function.
Try with atan2.
Thanks, I didn't know about this default parameter of max function.
This comment is hidden because it contains spoiler information about the solution
It seems that the final dot is missing in the sentence program should return if argument is greater than 0 in problem statement.
Hello @FArekkusu,
Actually, I didn't know (and still does) how to write them.
This comment is hidden because it contains spoiler information about the solution
Isn't there an issue with provided example?
Why should a 1/2 tsp of salt become a 1/2 tbsp of salt?
Hello @rubs33.
I don't understand why your code was accepted as the upper character isn't always the first one in the word.
It will be Leonard.
Sheldon drank the first one and then go to the back of the queue doubled.
After the first drank, list becomes: ["Leonard", "Penny", "Rajesh", "Howard", "Sheldon", "Sheldon"].
@FArekkusu,
I guess so, but at least I tried ;-)
Thank you for your answer, @myjinxin2015
Problem is I don't know how to have a look to all tests (other than sample ones) in other katas.
Sorry for that.
I don't know how to write random tests in C.
Sorry, but I don't know how to write random tests.
Hello,
In the documentation of the convert_to_display method, internal is said to be in the form (row, column).
Shouldn't it be (column, row) to be consistent with the instructions?
Loading more items...