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.
Haskell translation
TypeScript translation (literal translation of JavaScript; author inactive)
I also replaced the html tags in the description with markdown, and switched the code-block showing an example matrix compared to its representation in the language to mathematical notation.
For CoffeeScript
The geese are any strings in the following array, which is pre-populated in your solution
is not true, there is nothing pre-populated
Instructions unclear. Computer was thrown out window.... now what?
This comment is hidden because it contains spoiler information about the solution
Why does this kata use
iEnumerable<string>
as it's return and paramater types? This would be a lot simpler to work with had it beenstring[]
given the nature of working with lists here. This is 8 kyu after allC++ 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
Ruby 3.0 should be enabled.
Java Translation
Range values for input n and l should be stated in the description.
This is OCaml only
Decription suggests working with arrays, but in reality it expects working with lists. Please update the tests to expect and test against arrays, not lists