mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
fixed typo
This commit is contained in:
parent
01db8f516e
commit
a796788a12
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ When dealing with unaligned and arbitrary-bit-sized elements in a data stream, t
|
|||
We have to thank [Évariste Galois](https://en.wikipedia.org/wiki/%C3%89variste_Galois) for his contribution of the [Finite field](https://en.wikipedia.org/wiki/Finite_field) to mathematics, which laid the cornerstone for a variety of applications that we take for granted today.
|
||||
One of them is [Reed–Solomon error correction](https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction):
|
||||
|
||||
### [reed_solomon_error_correction.hh](reed_solmon_error_correction.hh)
|
||||
### [reed_solomon_error_correction.hh](reed_solomon_error_correction.hh)
|
||||
|
||||
Implemented are the following Encoders and Decoders:
|
||||
* [reed_solomon_encoder.hh](reed_solomon_encoder.hh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue