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.
Please, investigate n = 2256.
The document has many sections. Would you be precise to which one you are referring? Thx.
Ok. This time should be fine.
Done
In Swift translation a tests pass in green but the solution returns an error:
main.swift:19:13: warning: variable 'asciiValues' was never mutated; consider changing to 'let' constant
var asciiValues = text.asciiArray
~~~ ^
let
Do you know how to transform this Kumite to Kata translation?
Yeah, that is cool.
Tests for a random inputs arguments are necessary
additional test was added to check if both elements are random
Description has been improved
Detscription has been improved
E.g., if we have an array [1,2,3,4,6,7,8,15,16] then 6 and 16 are non-consecutive.
16 should be 15
Could you indicate which part of the description needs more clarification? Thx
"FUNDAMENTALS" label should be removed. It's more about Puzzels and Maths
This kata should be in "PUZZELS" or "ALGORITHMS" category and not in "FUNDAMENTALS". Secondly it's about Math and not "Code that tests the ability to utilize core language features and APIs ".
Loading more items...