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.
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.
If it times out it means your loop isn't exiting for some reason.
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.
It means often that Codewars is too busy:-(
I get unknown error. What does that mean? Which tests passed and which didn't?
Anyway, thank for the feedback!
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?
Right I get it now ta, seems I completely misunderstood what you were saying in the kata description.
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.
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.
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.
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.
Good point but
Above is the truth, hence you can find when it's not the truth:-)
"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?