Skip to content

rahul-797/error_detection_and_correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error Detection and Correction

License Size

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.

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

Releases

No releases published

Packages

No packages published

Languages