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.
I liked this one! Framing the problem like this makes it really obvious why switching is advantageous.
Grammatical edits:
"Win percentage" should be two words.
Capitalization and tense in the first sentence: 'based on the American TV show "Let's Make A Deal"'
The given visible tests in "Your Test Cases" generate errors, even for solutions that can be submitted successfully:
/RobotTest.java:1: error: package org.Junit does not exist
import org.Junit.Test;
^
/RobotTest.java:6: error: cannot find symbol
@Test
^
symbol: class Test
location: class RobotTest
/RobotTest.java:13: error: cannot find symbol
@Test1
^
symbol: class Test1
location: class RobotTest
3 errors