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.
In the Description, it says:
It's spelled out in one sentence...I don't know how much more clear it can be.
It's all laid out in the Description. I don't know how much more clear it can be.
Output:
Your function must return the number of valid upside down numbers within the range of the two input arguments, including both upper and lower bounds.
Can you provide the details of your test case? What were the input values?
Under
Technical Details
:0
or more possible solutionsRe-uploaded to imgur; used to be hosted on gyfcat but that site had shut down earlier this year.
Making a turn doesn't count as moving forward. In the test case you provided, the steps are move forward 4 units, turn right, move forward 2 units, turn left, move forward 1 unit, turn right, etc.
It's all clearly explained in the description. See section
Conditions for passing inspection
. The relevant point is the 2nd one:There is no conflicting information across the provided documents
.You only need to follow the instructions. 74kg != 75kg
Not an issue. There is no mention of height or weight.
I'm not sure why that occurs in the test case; I did not write the Java translation.
Thank you, @hobovsky. Approved 🖖
Makes sense; this is what I encountered.
As for the comment in the initial solution setup (the line
// use Node v10.x
), I've changed it to// use Node v18.x
.Is there a way to make it default to 18.x? It doesn't appear to do it automatically after setting the version to 18.x (in the editor) and then republishing.
When I manually set it to 18.x afterward, then it remained at 18.x.
Fixed and updated to Node 18.x.
Fixed. If you come across any issues, feel free to comment.
Which language?
Loading more items...