Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.01 KB

File metadata and controls

51 lines (45 loc) · 1.01 KB

MorseCode_Decoder

It can decode morse code given in the below format.

'-' for dash.

'.' for dot.

###Alphabet:

Letter MorseCode
A .-
B -...
C -.-.
D -..
E .
F ..-.
G --.
H ....
I ..
J .---
K -.-
L .-..
M --
N -.
O ---
P .--.
Q --.-
R .-.
S ...
T -
U ..-
V ...-
W .--
X -..-
Y -.--
Z --..
Number MorseCode
0 -----
1 .----
2 ..---
3 ...--
4 ....-
5 .....
6 -....
7 --...
8 ---..
9 ----.