Files
7-Modern-Languages-in-7-Wee…/week 1/day 5/day5.md
2026-01-22 21:36:02 +01:00

11 lines
150 B
Markdown

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)
$$