Ad
  • Default User Avatar

    I agree, downvoting would be a useful mechanism to flag poorly written katas and/or encourage authors to fix them. Any user with a given account age/level of community engagement/# of katas solved/whatever should be able to downvote. Right now total upvotes is not useful info--it's just a proxy for length of time a kata has been on the site, since there's no way to reverse the trend.

  • Custom User Avatar

    If it times out it means your loop isn't exiting for some reason.

  • Custom User Avatar

    http://www.codewars.com/users/

    Put the ID of your friend directly in URL and fire away.
    I've found a few contacts using their github ID.

    P.S.
    +1 to your suggestion of course, I've seen similar to those a plenty though. Try to find existing one and upvote it.

  • Default User Avatar

    It means often that Codewars is too busy:-(

  • Default User Avatar

    I get unknown error. What does that mean? Which tests passed and which didn't?

  • Default User Avatar

    Anyway, thank for the feedback!

  • Custom User Avatar

    With this particular kata over multiple days my submissions are failing with errors like:

    "Submission timed out. Please try again."

    I'm submitting in C# and wondered if anyone else has had similiar problems?

  • Custom User Avatar

    Right I get it now ta, seems I completely misunderstood what you were saying in the kata description.

  • Custom User Avatar

    I think downvotes should be supported. I can understand why you haven't added them but to me the current system doesn't seem to me to be working, I say that because the quality of katas is highly variable and some of them are surprisingly poor. I have logged comments for some of them but really the best solution would be to allow me to downvote and force me to add a comment for the author explaining my issues. That way the author gets feedback and I have done my bit to ensure other people know that there are potentially issues with the kata and that they might want to consider skipping it.

  • Default User Avatar

    It's up to the codewarrior to discover that with some given n it's impossible to remove two numbers verifying the conditions, hence my friend was cheating.

  • Custom User Avatar

    Still don't understand to be honest:

    "In a sequence of numbers from 1 to n (n > 0 given) a friend of mine has removed two numbers but it tells me that the product of the two removed numbers is equal to the sum of the numbers he left in the sequence.

    Sometimes he cheats and it's not true."

    I guess to me it isn't clear if he's lying about removing numbers, or if he has removed two numbers and is lying when he (it?) tells me that the product of the two is equal to the sum of the rest of the values in the sequence.

    No odds to me as I lost interest and just looked at solutions so it wouldn't show up for me in future but I thought it might be worth clarifying in case others are confused.

  • Custom User Avatar

    To me the quality of the kata's varies wildly so I'd like the ability to flag individual katas as being ones I don't ever want to see again.

  • Default User Avatar

    Good point but

    In a sequence of numbers from 1 to n (n > 0 given) a friend of mine has removed two numbers but it tells me that the product of the two removed numbers is equal to the sum of the numbers he left in the sequence.

    Above is the truth, hence you can find when it's not the truth:-)

  • Custom User Avatar

    "Sometimes he cheats and it's not true."

    Maybe worth specifying what is not true, is it that there is no numbers missing, or that they don't sum to the same sum as the array as a whole?