fizzbuzz icon indicating copy to clipboard operation
fizzbuzz copied to clipboard

use three buffers of 100 numbers each and increase by 300

Open lightln2 opened this issue 4 years ago • 0 comments

As n = n + 300 (mod 15), this algorithm takes three buffers of 100 numbers each, writes them into output, and increases numbers (that aren't divisible by 3 and 5) by 300in each buffer (using decimal addition with carries)

lightln2 avatar Feb 07 '21 21:02 lightln2