https://github.com/imteekay/luhn
Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, National Provider Identifier numbers
https://github.com/imteekay/luhn
Last synced: 5 months ago
JSON representation
Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, National Provider Identifier numbers
- Host: GitHub
- URL: https://github.com/imteekay/luhn
- Owner: imteekay
- License: epl-2.0
- Created: 2019-01-30T00:49:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T00:56:46.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T20:55:31.458Z (10 months ago)
- Language: Clojure
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Luhn Algorithm
Check credit card number
[Coding Challenge: The Luhny Bin](http://blog.crazybob.org/2011/11/coding-challenge-luhny-bin.html)