vault backup: 2024-12-13 01:56:36

This commit is contained in:
2024-12-13 01:56:36 +01:00
parent da323ae882
commit 51e3959f11
6 changed files with 8912 additions and 9 deletions

View File

@ -9,7 +9,8 @@ type: theoretical
A permutation is an arrangement of objects in a specific order.
- Without Repetition[^1]: The number of permutations of $n$ distinct objects taken $r$ at a time is denoted by $nP_r$ and calculated as:
$$
Let f (n) = 7n + 3n2 + n2n and g(n) = 3n
n . Prove that f (n) = O(g(n))$$
nP_r = \frac{n!}{(n - r)!}
$$