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.
Description should not specify sorting to determine the minimum. Don't encourage bad coding.
Specifying the transformation on the first value before telling solvers to return said first value is better description authoring.
hey folks, there is little suggestion related to the description above, Third line at second part of it. X should be x.
Hey PG1, please rephrase the description and parameters. GJ.
Why are half the exercise's instructions in the comments of the editor? Seems more ideal for this information to be in the instructions section
No fixed tests in Swift, also random tests should be increased and follow DRY principle
Groovy: random tests seem to generate a bunch of '/' for
s
and same amount of spaces forx
(no other characters), and the expected result for all of them is false. This seems incorrect according to description, as every hole is matched with a tile (although I'm not 100% what was intended, it was different in JS version at least).Groovy, possibly others: description states that "Words in your solution should be left-aligned". It's not obvious whether this means initial text or mirrored text (I'm assuming the latter), but random tests expect them to be right-aligned (compared to JS expecting left-aligned result). Please clarify what is meant by that sentence, or fix the reference solution.
js/didn't check others:
missing fixed test where a subarray has a matching character multiple times such as
[['OOO', 79], 3]
with the duplicates required to reach the target - instructions state that a sub array may only be counted once. random tests are not sufficiently well crafted to consistently fail such solutionsadditionally, the test output should quote strings in the "testing for ..." it name, that's really annoying when looking to call it myself
preloaded section emits warnings:
preloaded section emits warnings:
the preloaded section emits warnings:
the preloaded section emits warnings:
the preloaded section emits warnings:
( Haskell )
Really ?!?
That will just try, and try again, and again, and again, until you happen to get a score of
80
. That is just begging for time-outs.( Haskell )
The
Department
datatype should bePreloaded
and absolutely not defined by the solver.Loading more items...