• Custom User Avatar

    Also if you have trouble discerning if the particular sequence of 1's is a dot or a dash, assume it's a dot.

    With only that you should assume it's a dot with a time unit of 6. There are no 0s there so you can't read that as multiple dots. Not a kata issue.

  • Custom User Avatar

    111111
    would be :

    E -> '.'
    when unit is 6

    I -> '..'
    when unit is 3

    S -> '...'
    when Unit is 2

    in this case the diffrence not between dot and dash.
    and all of them would be correct.
    so which one is the answer?

    I think this a problem. or do I have missed something?