Tag algorithmic snippets

This commit is contained in:
Chalarangelo
2020-12-28 13:49:24 +02:00
parent 487884e094
commit f1e7ea5116
15 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
---
title: luhnCheck
tags: math,advanced
tags: math,algorithm,advanced
---
Implementation of the [Luhn Algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm) used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, National Provider Identifier numbers etc.