• + 0 comments

    Looks cool but its not optimized.

    m is the iterator loop index, hence k%n will be calculated everytime (which is supposed to be a constant)!! Everything else is fine.

    Though its O(n) logic, but not optimized.