Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 261 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 261 Bytes

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