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.
Tests are not wrong, only your code is wrong for tests 2, 3, and 5.
hi,
303 total: 3 basic, 100 random and 200 big array (1000x1000) tests!
cheers
there's two 3s in the 8th column.
there's two 3s in the 8th column.....
"Look, it's wrong" is not a proof that the expected result is incorrect. The numbers in the columns are invalid, hence the sudoku is not solved, and the result must be
False
.the correct answer for the 4th fixed test in Python is
False
, you are expected to be able to provide some evidence that there is a problem with the kata. feel free to also call me an idiot and block me if you wish, but nobody's trolling you on this, it is just how codewars works.All tests are correct. If you're so sure that the test is wrong, prove it.
Hi,
Don't mistake honor with progress, they are two different things.
Honor = the points you gain by solving katas (or doing other things).
progress = what defines your rank (=kyu level, as overall value or individual language levels). Here, the amount of % you win depends on your current rank compared to the rank of the kata you solved. Like (approximately):
now, considering your question ("is it worth..."): depends on what you wanna achieve.
cheers
EDIT: if your progress didn't level up solving a kata, it's possible that the stats aren't up to date yet (that may happen from time to time). Or even worse: a bug happened... (rarer, but may happen too). If still no update in 12h, post an issue on the github repo with all the related information.
Not an issue. Most probably your solution is plain broken, as printing stuff doesn't magically fix anything (unless there's something wrong with CW itself). If you can't figure out the problem yourself, you can try posting your code in a comment with a spoiler tag.
Firstly, I've already told you that there're 250 tests, and passing 170 means "passing 170 tests before hitting the time limit", and not "passing all 170 tests out of 170". Secondly, I rewrote the tests to use the newer CW test framework, and reorganized them from
to
so this solution is still "not even close".
hi,
several things here.
There're 250 random tests. Your solution is not even close to passing them all.
The solution above uses Int32 everywhere, so there's probably an overflow happening at some point.
Loading more items...