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.
Furthermore; if a coder has solved the kata in the specified language, they will be able to see the comment, even if it is spoiler flagged, otherwise not.
it's supposed to hide the spoiler comment from the dashboard on the main page.
What is spiler flag supposed to do in the comment to a solution?
My function is only mathematical representation which matches whole of physical problem.
So you will get non real quantities (negative number of bounces) for non physical input (negative height of building).
So I dont think so I should check it. Especially because in description there is told that "h" cant be negative.
My bad! Edited.
The function returns -1 for such scenario, as per the kata description.
The third condition is: Float parameter "window" must be less than h.
If all three conditions are fulfilled, return a positive integer, otherwise return -1.
Use spoiler flag next time, please.
This comment is hidden because it contains spoiler information about the solution
Is there a reason to use the global flag in the regular expression considering it's applied to individual characters?
The variable names 'evens' and 'odds' seem to have been mixed up: the 'evens' array contains odd numbers and vice versa.