Skip to content

C++ implementation of Luhn's algorithm for validating credit card numbers.

License

Notifications You must be signed in to change notification settings

ibnaleem/luhn-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f85ef7 · Jul 8, 2024

History

20 Commits
Jul 8, 2024
Jul 8, 2024
Feb 18, 2024
Jul 8, 2024

Repository files navigation

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.