This project provides implementations of error detection techniques using the Vertical Redundancy Check (VRC) algorithm in C++.
The Error Detection Techniques project aims to demonstrate the implementation of the Vertical Redundancy Check algorithm for error detection. Two implementations are provided: one for binary data and another for string data.
Clone the repository: git clone https://github.com/your-username/error-detection-techniques.git
Choose the implementation you want to run:
- VRC Binary: Compile and run the vrc_binary.cpp file using a C++ compiler.
- VRC String: Compile and run the vrc_string.cpp file using a C++ compiler. Follow the instructions provided within each implementation to input the data and perform the error detection.
Contributions to this project are welcome. If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.