Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error Detection and Correction

License Size GitHub Repo stars

Features

  • ISBN-10 Validation: Verify the validity of an ISBN-10 number using checkISBN.cpp.

  • ISBN-11 Generation: Create an ISBN-11 from an ISBN-10 with an added error-detecting digit using generateISBN.cpp.

  • Error Detection and Correction: Detect and correct single-digit errors in an ISBN-11 with correctISBN.cpp.

  • Hamming Code Generation (15,11): Generates 16-bit code with 5 parity bits and 11 message bits using generateCode.cpp.

  • Code Correction: Detect and correct single bit errors and detect(but not correct) 2-bit errors using codeCorrection.cpp.

About

Implements Number Theory for error detection and correction

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages