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.
Can someone please explain this simplistic format for essentially a case function?
Is it just the true condition is set with "wallLength % pixelSize == 0" and else would be false?
This is cute notation-wise, but certainly not "best practices", given that the more idiomatic knot-tying version uses O(1) memory, and this uses O(n).
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Fixed.
Still an issue:
java.lang.RuntimeException: Unable to resolve symbol: log3 in this context, compiling:(null:9:13)
It might be useful to indicate that all possible products are not sorted and there could be duplicates (I know that the example has got duplicates).