148 B
148 B
if the number of user dobules
the time of execution will be multiply by 2
T(n, m) = n \times m
T(2n, m) = 2 \times n \times m
Big-O: O(n·m)
if the number of user dobules
the time of execution will be multiply by 2
T(n, m) = n \times m
T(2n, m) = 2 \times n \times m
Big-O: O(n·m)