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.
Thank you !
This comment is hidden because it contains spoiler information about the solution
Still learning java, I'm noticing that a lot of problems on codewars are solved in a similar fashion to yours or using regex. I'm not familiar with java.util.stream or regex ... iwould appreciate any study resources you can share that might help me.
I was really frustratd by this kata, Math.round and Math.ceil didnt do anything for me, I would pass all the tests but fail one out of five on the attempts due to rounding error.
log is 331 expected 332
log is 112 expected 113
FRUSTRATING !
This comment is hidden because it contains spoiler information about the solution