data-structures-algorithms-python
data-structures-algorithms-python copied to clipboard
updated range function and if condition
Updated the range function to iterate up to the max number and replaced modulo with bitwise and (&) for faster execution.