in reply to Re: Can It Be Written In Base X With Only 1s And 0s
in thread Can It Be Written In Base X With Only 1s And 0s
Essentially what you get is the powerset of the sum of base X from 0 to the left most significant digit. Unfortunately, I can't think of way to benefit from this without memoization.10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111
Cheers - L~R
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Can It Be Written In Base X With Only 1s And 0s
by BrowserUk (Patriarch) on Jun 16, 2015 at 12:11 UTC | |
by Limbic~Region (Chancellor) on Jun 16, 2015 at 12:53 UTC | |
by BrowserUk (Patriarch) on Jun 16, 2015 at 13:13 UTC |