Skip to content

Credit Card Validator Complete

Latest
Compare
Choose a tag to compare
@hrszpuk hrszpuk released this 01 Aug 23:59

Credit Card Validator Complete

Here we use a checksum algorithm to determine the validity of a credit card number.
There's both a generalised solution using pseudo code and a Python version, both with detailed explanations and examples.

What's Changed

New Contributors

Full Changelog: https://github.com/CodingChallengesBooklet/CreditCardValidator/commits/v1.0.0