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.
This is the problem I'm stuck on, I don't think this is actually completeable. using my IDE I coded up this:
List al1= Arrays.asList();
List al2= Arrays.asList();
pln(""+al1+al2); //[][]
pln(""+(al1==al2)); //false
pln((Arrays.asList()==Arrays.asList())+""); //false
Java will always compare the references here and not the content so idk how people passed this in java
the test is
the alphabet
in lowercase and uppercase... there are 26 letters in the alphabet