Sha256: 60865a7363e0fd7de3b106e6b6e28efbf077c4cd4f7c17f6e276d7bbd4c79f20

Contents?: true

Size: 363 Bytes

Versions: 41

Compression:

Stored size: 363 Bytes

Contents

# Convert a number to a valid number, if it isn't already.
luhn <- function() {

}

# Get the check digit
check_digit <- function() {

}

# Compute the checksum
checksum <- function() {

}

# Determine whether the number is valid.
is_valid <- function() {

}


# addends returns the vector of numbers that follow the luhn algorithm
addends <- function(input) {

}

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
trackler-2.0.6.1 tracks/r/exercises/luhn/luhn.R