Skip to content

Releases: CodingChallengesBooklet/CreditCardValidator

Credit Card Validator Complete

01 Aug 23:59
Compare
Choose a tag to compare

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