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.
substring_test "iNG", "NG"
=> false
should be
=> true
initials('Barack hussein obama')
=> "B.H.obama"
should be "B.H.Obama"
Something wrong with Ruby random test cases.
In Description: (To be clear, the acceptable characters for the plumage are 8,W,T,Y,U,I,O,A,H,X,V and M.)
Random Tests, Handles a few test cases:
Expected: "HETIHVCZPLIVLWDNDXLMTK8ULIBWYXYYJRIHM8FPTHZIYKATTVVAUOVWWQVJHZVWOQXHS8IRYUZXWMSOYPWJBCTANRUJYHDATFQTRVUNHHDQMFINJZWMICRL''0v0''LRCIMWZJNIFMQDHHNUVRTQFTADHYJURNATCBJWPYOSMWXZUYRI8SHXQOWVZHJVQWWVOUAVVTTAKYIZHTPF8MHIRJYYXYWBILU8KTMLXDNDWLVILPZCVHITEH", instead got: "HTIHVIVWXMT8UIWYXYYIHM8THIYATTVVAUOVWWVHVWOXH8IYUXWMOYWTAUYHATTVUHHMIWMI''0v0''IMWIMHHUVTTAHYUATWYOMWXUYI8HXOWVHVWWVOUAVVTTAYIHT8MHIYYXYWIU8TMXWVIVHITH"
From description: "You need to design a recursive function...."
Typo in "Find exapmles below:"
wrong
Maybe add a test for [1,1,-1,-1, ... random !=0 ...] (Ruby)?
Several solutions should fail.
:)
Maybe add a test for ['-2', 2]?
Need a test with two different elements, but the sum of these elements must be equal.
For example,
Several solutions in Ruby:
Please add test with unequal arrays, where a.sum == b.sum (Ruby).
a, b = [1,4,1], [1,3,2]
Please, add test case for distance = 0 (ruby)
Loading more items...