Ad
  • Custom User Avatar

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

  • Custom User Avatar

    I was printing out the input to see what they look like before putting them into MORSE_CODE.
    I realize that two of the test cases have same input but different output? instead got: ". ." is the input from the test cases.

  • Custom User Avatar

    Expected: "EE", instead got: ". ."
    Expected: "E E", instead got: ". ."

    How can we acheive this when both inputs are exactly the same...

  • Custom User Avatar

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

  • Custom User Avatar

    One of the ruby test case has 53 legal characters but it expected 56. Can someone fix those testcases.