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.
not a kata issue
"a A a"
you return["a", "a"]
instead of["a"]
Node 18.0+ enabled.
I changed that fixed test in JS so that there are no ties
duplicate issue
duplicate issue
duplicate issue
I see what you mean, but usually katas do not give hints in the description (e.g. things like "hint: you can use regexes" or "a recursive approach will be helpful", or "use dynamic programming"). It is up to you, the codewarrior, to find the right tool for the job.
That being said, I just added the
regular expressions
tag.In your code, this line does not make sense,
Array.isArray()
takes a single parameter:it is the return value of
advice()
that you have to checkupdated to F# 6.0 + NUnit, using tuples
you use the value
17
for the handicap threshold instead of7
, not a kata issueindeed, the PHP, Haskell and C# version have undue (since this kata is about how to define mutually recursive functions, not how to optimize the sequence generation) performance tests
there is an open issue regarding this
indeed, the PHP, Haskell and C# version have undue (since this kata is about how to define mutually recursive functions, not how to optimize the sequence generation) performance tests
there is an open issue regarding this
i think that i have found the cause of the bug and fixed it in this fork, but i still dont know Haskell so i'd be happy if an exeperienced Haskell programmer could review it
C fork:
Loading more items...