end of day 5 week 1
This commit is contained in:
11
week 1/day 5/day5.md
Normal file
11
week 1/day 5/day5.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
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)
|
||||
$$
|
||||
Reference in New Issue
Block a user