Ad
  • Custom User Avatar
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    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.

  • Default User Avatar

    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 !

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution