Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lajuman/the-luhn-algorithm
https://github.com/lajuman/the-luhn-algorithm
freecodecamp luhn-algorithm python scientific-computing-with-python
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lajuman/the-luhn-algorithm
- Owner: lajuman
- Created: 2024-03-21T04:49:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T04:52:26.000Z (8 months ago)
- Last Synced: 2024-03-21T05:41:17.454Z (8 months ago)
- Topics: freecodecamp, luhn-algorithm, python, scientific-computing-with-python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Luhn Algorithm is widely used for error-checking in various applications, such as verifying credit card numbers.
By building this project, you'll gain experience working with numerical computations and string manipulation.