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.
-
Notifications
You must be signed in to change notification settings - Fork 0
C++ implementation of Luhn's algorithm for validating credit card numbers.
License
ibnaleem/luhn-algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ implementation of Luhn's algorithm for validating credit card numbers.