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.
Haskell translation
C# Translation
The nadir (minimum value) will appear only once in the list. = False. at least two
Error math.h when submit a code
example is missing in all of the languages except Python
the Python example is in a code block, so it is hard to read as it requires horizontal scrolling
Thank you! Corrected
Hi;
Thanks for such a great one;
Please double check the test result of:
Patient in list with high single value (meets Criterion C) but low average blood pressure:
istead of (Expected a result of 1 (hypertensive patient at index 3))
it sould be at index 2 not 3 (the numbers '180/110')
as the tested values are:
[
["130/90", "140/84"],
["160/110"],
["180/110", "120/80", "116/76", "130/111", "111/64", "100/60"],
["150/92", "140/90", "120/80"],
["140/94", "140/90", "120/80"],
]
Somebody should create a JavaScript version for this, seems like a fun problem to figure out.
Those are 2 consecutive increases, not 3.
TEST 2 => [9.98, 8.56, 4.62, 1.16, 0.26, 0.37, 0.32, 1.02, 1.02, 0.99, 1.41, 2.35]
The test expects False but it should be True.
Thank you for posting the
issue
. I have made a change to the RTG. If you have a moment, please check that the results are compliant.C random test:
As per description:
The Python tests helped me with my C solution
Thanks done
that's not your function that takes that many arguments, but the function that will call yours, to do the tests.
How are you gonna ask for four positional arguments when calling the function, while only giving us three parameters to work with?
Loading more items...