Skip to content

Latest commit

 

History

History

base-digit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Base Digit

let a be any whole number from 2 to 36

let b be a array of numbers

let c be an n digit number who's value expressed in decimal is b[i] in base a + i

Return all values of a and c given b and n

baseDigit(arr, int) => arr