You need to sign in or sign up before continuing.×
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.
If it has two
f
s, then it's not an isogram.Sorry, I don't think I understand the instructions well because why should TRUE equal FALSE in the test below?
"Testing for fpMeFV
True should equal False"
Yet f appears twice, just in different cases. I'm failing this kind of test and I think it may be because I haven't understood the instructions. Can anyone please explain.
You're currently summing the
counts
of each race - that's what is given in each test case input - but you need to account for their respectiveworth
also, as mentioned in the description: for example, each Dwarf is worth 3 points, each Eagle worth 4 etc.This comment is hidden because it contains spoiler information about the solution
I am unable to view the comment because it is flagged as a spoiler 😕
If you want easier kata you can sort the the 8kyus. They are normally sorted by newest. You can sort them by easiest or most completed to get easier katas
This comment is hidden because it contains spoiler information about the solution
No, copy your code, click reset, paste it and try again.
Did anyone else get this error:
src/test/java/Test.java:2: error: Test is already defined in this compilation unit
import org.junit.Test;
^
1 error
Please use spoiler flag next time.
what did you suggest ?
The description may be a bit difficult to understand for some, but your "improvement" would be plain wrong.
fixed
Java version sample tests err with my code, but full test suite passes. Java 8 shows two issues, Java 11 + - 1 issue (still, the sample test, did not work for me).
yeah, this should probably be 7 kyu, I dont think it is hard enough to be 6, but definitely 7
Loading more items...