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.
You have to set your temporary High and Low on the first int, else for input "3 5 7" the output will be incorrectly "7 0".
tmpH and tmpL are already set to zero, you don't need 'if i == 0' case
Thanks
Print the inputs at the beginning of your code.
How do you debug ? -> Amongst other things by printing the input.
Nag author long enough so they finally add the details into failed assertion messages.
how to get failed testcase details
ok. I solved it issue
Yes there are more "base" cases.
Problems with your code is not a kata issue. Sorry!
Hi, i have problem
When trying to run tests everything is OK, it handle base cases, but when i attempt i get all passed except basic cases (
Does there is any other base cases or there is some mistake ?
Is it right ?