79343348

Date: 2025-01-09 16:20:38
Score: 3
Natty:
Report link

n^2*log(n) because the for loop it n and while is log(n) becuse counter *= 2 and the nested for in while loop we take the woest case is n finaly we hava n^2log(n)

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