Ad
  • Custom User Avatar

    Like @goodman965 saying, i think all this codes with s.split(" ") are not working if there is double-spaces inside the given string, meanwhile if you use s.split("\s+") you are taking care of any number of spaces.

  • Custom User Avatar

    Kata's should be tagged with the level of dificulty, this one was way too easy , i though it would be something more challenging.

  • Custom User Avatar

    Really nice kumite there mate, nice coding, just one small advice, remember classes in Java start with capital letter. Like this NthFib.