Ad
  • Custom User Avatar

    Did you write this code in order to harm other people's eyes?

  • Custom User Avatar

    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

  • Custom User Avatar

    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?

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    giant random tests.. no idea how to work out the algorithm further..

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    DISGUSTING kata. Looks simple, but in fact, takes so much time to relize how to handle these strings...

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    WOW.... i had changed somehow language from c++ to javascript... and of course function declaration changed too... Sorry :)

  • Custom User Avatar

    What is function before function name? There was the return type of the function earlier.So how to handle it now?

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Loading more items...