An open API service indexing awesome lists of open source software.

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

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.