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.
Had the same issue, note that according to the docs,
$
Just after I say this I do the Google search that finally leads me to an answer...
A 7 kyu I have no idea how to do even after looking through the cheat sheet, and coming back after a few days...
Spent longer than I like to admit on this before finally deciding to try the actual solution. Sometimes you just overthink things.
...but not always. Some of these should be added to the fixed tests.
+#
and#+
should be testedYoure
-->Your
So I was testing why my solution was timing out (can't honestly imagine how to make it faster) and I made it return just 0 and one of the advanced cases passed.
Is there really a case that requires 0 (wouldn't really make sense, per the description there is no way to make a case where 0 is correct result) or is this just some timer case that checks if you fit in the 1 second?
Same here (language: python).
Patience and coffee is the only way to solve this ))))
unpublished
As @B4B already pointed out, this kata is a duplicate of https://www.codewars.com/kata/do-not-loose-at-tic-tac-toe. But that was 3 years ago and this kata has not been unpublished still now, so I was wondering what is the future of this kata, would it be unpublished eventually? Or remain in beta forever?
This one was painful. xD
Maybe
TypeError("first argument must be string or compiled pattern")
orre.error("Reason")
are clear enough?Afterall, user can see
re.compile(REGEX)
in sample tests.Prolog: Solution expects a specific (unspecified) order, while description states that order is irrelevant.
Approved by someone
Python, possibly other languages: tests miss sanity checks on values returned by user solution and crash badly when an unexpected value (not a pattern, or not a valid pattern) is returned.
Loading more items...