How do I properly calculate this time complexity

后端 未结 0 590
忘了有多久
忘了有多久 2021-01-17 03:22

I\'m examining this code as preparation for my test and I\'m having some problems figuring out what is the correct time complexity:

a = 1;
while (a < n) {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题