79791944

Date: 2025-10-16 08:46:32
Score: 2
Natty:
Report link

We don't have a term O(2). Instead, we have O(1) that represents the Time Complexity for all constants and we call O(1) the Constant Time. So if we have T(n) = 2 then the complexity is O(1). No O(2).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MasterMD