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.
TIL You can compare chars in java, Nice
If score is "10:9" this function will break.
Works since Java 16. This solution was written in 2018 when we only had Java 8.
each of the input arrays are always of equal length. iterating through each array individually is not necessary.
.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
by unicode value
as char, not as int...
In this solution , are the characters compared by unicode or by the value X = 3 : y = 2 ?
And then on production suddenly there are 393 goals in a match for some reason..