Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 577 Bytes

Morse-Translator

A very simple Morse Translator Algorithm that converts a predefined morsed input into human understandable word.

This class is used to compute the human words from a given dictionary that matches the given morsed input. The following steps are involved: Step 1 Get the list of words from dictionary Step 2 Get the morse input. Step 3 Obtain the map of dictionary words and their morsed values Step 4 Search the morse input in the map obtained.

To know more about me, visit my blog https://lakshaysuri.wordpress.com/blog/