InterviewSolution
Saved Bookmarks
| 1. |
Which letter of the English alphabet has the shortest code in Morse Code?(a) A(b) C(c) B(d) EI have been asked this question in an interview.My doubt stems from Morse Code topic in chapter Cryptography of Data Structures & Algorithms II |
|
Answer» RIGHT OPTION is (d) E Easiest EXPLANATION - Morse code was designed so that the length of each symbol is inverse to the frequency of OCCURRENCE in text. Thus the letter in English, “E”, has a single dot. |
|