https://github.com/intellitect/morsecodechallenge
Convert English text to Morse Code (and vice versa)
https://github.com/intellitect/morsecodechallenge
Last synced: 14 days ago
JSON representation
Convert English text to Morse Code (and vice versa)
- Host: GitHub
- URL: https://github.com/intellitect/morsecodechallenge
- Owner: IntelliTect
- Created: 2019-03-22T22:09:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T15:39:39.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T15:09:30.336Z (14 days ago)
- Language: C#
- Size: 465 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MorseCodeChallenge
Convert English text to Morse Code (and vice versa)As pairs:
- Work to create a single solution to the challenge
- Check in to remote branch
- Timeboxed to 10hrsChallenge:
- Convert English text to Morse Code (and vice versa) using the Morse Code format of...
dots : *
dashes: -
no space between parts of a letter
one space between letters
three spaces between words
- Have unit testsMorse Code chart:
https://en.wikipedia.org/wiki/File:International_Morse_Code.svgKeep in mind that the length of a dot (*) = 1 unit
A dash (-) = 3 unitsA space between letter is no sound for 1 unit
A space between words is no sound for 3 unitsexample:
Hello World = **** * *-** *-** ---- *-- ---- *-* *-** -**
Depending on how quickly people tackle this, in a week or two we'll meet up again to shuffle partners and take a second crack at this. After that, we'll meet up to review solutions.