Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    Note that Morse code is ambiguous, if used with no spaces between the letters. Radio hobbyists are able to produce and detect short pauses between individual letters to recognize them. A naive algorithm, if given a spaceless sequence of dots and dashes, will be quickly confused. Commented Nov 19, 2012 at 0:56
  • 1
    Any naïve algorithm will, when faced with a spaceless sequence, output only "E" and "T" because those are the first matches found. Commented Nov 19, 2012 at 9:26