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.
fixed by ejini战神
If you don't have ASCII tables memorized, subtracting 'a' makes it more clear what the code is doing
Would be nice for the TypeScript template to have proper type annotations: rather than
input: any
,input: number[] | null
would be more accurate.This is definitely not a good practice. Whenever you see a literal true or false you should always ask yourself if you can get rid of it by analyzing the boolean expression. Most of the time you only need to return the result of the boolean expression, as in this case.
Passing all tests in C++ except for the RandomTests, which throw an "unknown exception". Has anyone else had this problem, or is it just my code?
You don't need ternany operator.
Achievements, as far as I have seen, just means the points that you get from leveling up e.g. from 7 kyu to 6 kyu.
Don't think there's anything more than that yet..
got it
thanks!!
Yes. This should work. Both the original poster of the issue and the Kata author can resolve an issue.
sorry, but where I close issues?
I looking for, but not found!
Perhaps, now, in this comment, I found options "Mark issue as resolved", this close this issue correctly?
This issue has been fixed now. Could you mark it as resolved?
^
It demonstrates at an 8kyu level that functions can call other functions.
The problem has been fixed. Could you resolve the issue now?
Python translation kumited.
Loading more items...