data-structures-algorithms-python icon indicating copy to clipboard operation
data-structures-algorithms-python copied to clipboard

updated range function and if condition

Open Prudhvivuda opened this issue 4 years ago • 0 comments

Updated the range function to iterate up to the max number and replaced modulo with bitwise and (&) for faster execution.

Prudhvivuda avatar Aug 29 '21 06:08 Prudhvivuda