/Error-detection-techniques

Error detection techniques are methods used to identify and correct errors that occur during the transmission or storage of data.

Primary LanguageC++

Error Detection Techniques

This project provides implementations of error detection techniques using the Vertical Redundancy Check (VRC) algorithm in C++.

Table of Contents

Overview

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.

Usage

Clone the repository: git clone https://github.com/your-username/error-detection-techniques.git

Choose the implementation you want to run:

  1. VRC Binary: Compile and run the vrc_binary.cpp file using a C++ compiler.
  2. 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.

Contributing

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.