mobalti / Error-Correcting-Encoder-Decoder

An Application uses error-correcting code to encode a text file, simulate a random 1-bit error on each byte, and correct the errors using parity bits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Correcting Encoder-Decoder

An Application uses error-correcting code to encode a text file, simulate a random 1-bit error on each byte, and correct the errors using parity bits.

Prerequisites

This program requires Java to compile and run.

Credits

Author: Mo Balti - mobalti

This program is based on Error Correcting Encoder-Decoder on JetBrains Academy.

License

This project is licensed under the MIT License. See the LICENSE for details.

About

An Application uses error-correcting code to encode a text file, simulate a random 1-bit error on each byte, and correct the errors using parity bits.

License:MIT License


Languages

Language:Java 100.0%