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.
Lua translation
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
for link with id Q42 the description in en and en-us are different (en-us value is taken in the tests, although the instructions say to take the en value). Anyway kata is very interesting, first time working with the API :P
Feedback: I would put in a concise summary at the very beginning. It took me a moment to understand the scope.
There isn't any mention of what should be returned if the input string is empty. Will this not happen in this kata? If so, maybe mention that.
Should the quotes preserve leading or trailing whitespaces inside them? Or is that an edgecase that won't exist?
This looks like a fun challenge!
Hi,
You're not supposed to copy problems from other websites. Even giving credits, some do not allow it. Leetcode is one of those. Unpublishing.
Cheers
This comment is hidden because it contains spoiler information about the solution
Also, wordle word checking is a duplicate of https://www.codewars.com/kata/62013b174c72240016600e60.
Reference solution and fixed tests does not take account of the actual counts of a letter in the solution. e.g:
There are 2
P
in the guess but only 1P
in solution, which in any wordle only 1 of theP
s will be counted yellow.Some fixed/sample tests have incorrect display text, such as
Python function param in initial solution setup should not be
input
, it's a built-in function and this will shadow the built-in.I think the kata could be made more interesting if they were cases for leading or trailing spaces and the description should definitely specify the format of the input string given
This comment is hidden because it contains spoiler information about the solution
This kata is a combination of this and this, hence a duplicate
How is this relevant to BF?