https://github.com/felipeaz/morse-code-interpretor
code challenge
https://github.com/felipeaz/morse-code-interpretor
algorithm-challenges golang
Last synced: 3 months ago
JSON representation
code challenge
- Host: GitHub
- URL: https://github.com/felipeaz/morse-code-interpretor
- Owner: felipeaz
- Created: 2023-01-21T03:45:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T11:47:23.000Z (over 2 years ago)
- Last Synced: 2025-01-07T05:21:46.069Z (4 months ago)
- Topics: algorithm-challenges, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# morse-code-interpretor
A morse code is built by a sequence of signals represented by dot(.) and dash (-). This is a code challenge where the user input a sequence of three digits that may
contain dots, dashes and unknown signal represented by (?). The morse code interpretor will identify which letter the signal represents and if an unknown signal is identified, it'll bring all possibilities that matches the pattern.The Dichotomic Morse Code Table was used to define each letter code signal in dots and dashes.