Ad
  • Default User Avatar

    I can't pass the random tests ... any ideas?

  • Default User Avatar

    Hard task for me as a beginner.
    Wrote quite a long spaghetti code but really enjoyed it!

  • Default User Avatar

    The escaping characters and the null parameter made it tough for me. Nice task though!

  • Default User Avatar

    Really nice task, harder than I initially thought. Thanks for the practise.

    In Java version, the description says : "String contains only uppercase letters." (or did I get that wrong?)
    but one test case contains lowercase : "assertEquals(0, Shifter.count("js"));"

    Maybe you want to adjust the description text.

  • Default User Avatar

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

  • Default User Avatar

    Would be nice to change "mean" in the description to "arithmetic mean" or "average value". The translation of "mean" to my language is ambiguous (it can be translated to "minimum" as well).

  • Default User Avatar

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