Skip to content

Commit 1defb90

Browse files
kahgohtasxatzial
andauthored
Apply suggestions from review
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent f3b75b4 commit 1defb90

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

exercises/intergalactic-transmission/instructions.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ A parity bit must then be inserted after every seven bits of data:
2525
The transmission sequence for this message looks like this:
2626

2727
```text
28-
1st │ 2nd │ 3rd │ 4th │ 5th
29-
transmission │ transmission │ transmission │ transmission │ transmission
30-
│ │ │ │
31-
1100000_ │ 0000000_ │ 0111000_ │ 0001101_ │ 1110
32-
↑ ↑ ↑ ↑ (parity bit locations)
28+
1100000_ 0000000_ 0111000_ 0001101_ 1110
29+
↑ ↑ ↑ ↑ (parity bits)
3330
```
3431

3532
The data in the first transmission in the sequence (`1100000`) has two 1 bits (an even number), so the parity bit is 0.

exercises/intergalactic-transmission/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The receiver _must_ know when something has gone wrong before disaster strikes.
1616
But how?
1717
Scientists and engineers from across the universe have been battling this problem for eons.
1818
Entire cosmic AI superclusters churn through the data.
19-
And then, one day, a legend resurfaces - an ancient, powerful method, whispered in debugging forums, muttered by engineers who've seen too much...
19+
And then, one day, a legend resurfaces an ancient, powerful method, whispered in debugging forums, muttered by engineers who've seen too much...
2020

2121
The Parity Bit!
2222

0 commit comments

Comments
 (0)