end of day 5 week 1

This commit is contained in:
2026-01-22 21:36:02 +01:00
parent 82b79336ea
commit 3e23329086
8 changed files with 529 additions and 0 deletions

11
week 1/day 5/day5.md Normal file
View 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)
$$