Files
7-Modern-Languages-in-7-Wee…/week 1/day 5/day5.md
2026-01-26 08:39:36 +01:00

9 lines
148 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)
$$