✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quelle est la complexité algorithmique en temps de la fonction suivante ?What is the algorithmic time complexity of the following function?
public void fonction(int n) {
return n * n;
}