Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 224 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 224 Bytes

Luhn Algorithm

The Luhn algorithm, also called the modulus 10 or mod 10 algorithm, validates various identification numbers like credit card and IMEI numbers. This repository is a C++ implementation of the Luhn algorithm.