Update solution chapter, add glossary
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2c66a18f0e
commit
db99961a62
17 changed files with 161 additions and 25 deletions
|
@ -8,7 +8,11 @@ The main thread and Web Workers can communicate together using messages. They ca
|
|||
|
||||
Web Workers are used in this project to put a load on the CPU to modify the magnetic field without locking up the website itself.
|
||||
|
||||
\section{Hamming Distance}
|
||||
|
||||
\section{CRC}
|
||||
\label{section:crc}
|
||||
\gls{crc}
|
||||
|
||||
\section{Manchester Code}
|
||||
|
||||
|
|
Reference in a new issue