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.
In the description, you wrote:
reinforces
strings consist of only small letters.Although, as we can see in the examples, it can also include
digits
.Also, "reinforces" is a verb only. The correct noun is "reinforcements".
'char' does not contain a definition for 'IsAsciiLetterLower'
char.IsAsciiLetterLower(text[i])
Using System;
C#
how to resolve it?
Nice Kata. But the Description could use improvement: the grille image lifted from the Wikipedia page is confusing without the caption it has in the Wiki noting that it's encoding the word "Tangiers".
C# tests generate warnings: -->
tests/Fixture.cs(45,51): warning SYSLIB0023: 'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
C# tests generate warnings:
C translation
I did not understand why in case message equal "ctmdpt" and code 32 return c and in this case message equal "ab" and code 256 return ""
'zebtzjtjzzmdppt' is transformed into
'zebtzjtjzzmdppt' . (no change)
Why should it return draw when its actually "right site wins"?
left side:
w: 0;
p: 2 --> 6;
b: 1 --> 2;
s: 0
sum for left = 8
right side:
m: 1 --> 4;
q: 0;
d: 1 --> 2;
z: 4 --> 4
sum for right = 10
This comment is hidden because it contains spoiler information about the solution
I didn't understand the problem. can anyone explain?
Java version kumited :-)
nitpick: a minor typo in the description
string conta[IN]ing
.vb.net, random test category, Fight="jptjddwd"
Test Failed
Expected: "Left side wins!"
But was: "Right side wins!"
Fight = jptjddwd
After = jqtjddwd
total left: ^4
total right: 3 + 2 + 2 + 2 = 9
Because 9>5, I expect "Right side wins!" as the correct test result. I have made multiple attempts, and consistently, my result of the last test in the random test category was classified as incorrect.
Please help
C# tests generate warnings -->
tests/Fixture.cs(86,51): warning SYSLIB0023: 'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' tests/Fixture.cs(97,51): warning SYSLIB0023: 'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
C# tests generate warnings:
tests/Fixture.cs(42,51): warning SYSLIB0023: 'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
Loading more items...