Skip to content

Commit

Permalink
Change task condition. Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romacher committed Sep 6, 2019
1 parent 49e41ba commit 026f1f1
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Write your solution in `src/index.js`
---

**Input:** String. It length is multiple of 8.
- Eache letter from alphabet encoded with `0` and `1`.
- Each encoded letter's **length is 8**.
- If length of encoded letter is **less then 8**, it lefft padded with `0`.
- `Space` in string is `********`.
- Eache letter from alphabet encoded with `10` for `.` and `11` for `-`.
- Each encoded **letter's length is 10**.
- If length of encoded letter is **less then 10**, it `lefft padded` with `0`.
- `Space` in string is `**********`.
**Output:** String (decoded)

---
Expand Down
Loading

0 comments on commit 026f1f1

Please sign in to comment.