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.
Did you write this code in order to harm other people's eyes?
Lol!! nice kata for 8 kyu(no). You at least have to possess basic knowledge of l/rvalue ( is kinda advanced though ). Moreover, passing arguments by value makes code compile too//-- poor description
Confused explanation. I wrote the program which normally erases the max element which sqrt(max) > const min. But, always unexpected result.
In the array [9,13,21,1,3,5,7] the result should be 6. sqrt(21) > 1, sqrt(13) > 1, sqrt(9) > 1, sqrt(7) > 1, sqrt(5) > 1, sqrt(3) > 1 -> result = 6;
What am i missing?
This comment is hidden because it contains spoiler information about the solution
giant random tests.. no idea how to work out the algorithm further..
By which parameter are solutions sorted? i mean , when my solution submitted , it could be stored right at the top(not regarding "best practises" and "smart likes") or in the bottom.
So my solution has 0 upvotes comparing to the another one with the same number of upvotes. However, mine is placed higher. Does the complexity of the algorithm play the role? or just sorted alphabetically?
Thanks.
C++ : while trying to basic-test - it shows the wrong answer(basic_test: xxxxxx, ====T -> oooooo instead of ooooox). However while submitting , it successufelly passes all tests.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
DISGUSTING kata. Looks simple, but in fact, takes so much time to relize how to handle these strings...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
WOW.... i had changed somehow language from c++ to javascript... and of course function declaration changed too... Sorry :)
What is function before function name? There was the return type of the function earlier.So how to handle it now?
This comment is hidden because it contains spoiler information about the solution
Loading more items...