Ask
your own question, for FREE!
Computer Science
8 Online
What is the total time complexity if each instruction takes A ms. The following is a matlab code extract: for i=2:n-3 for j=4:n-1 disp(i*J) end end Show all working if possible thanks.
Still Need Help?
Join the QuestionCove community and study together with friends!
The time sued for the outer loop will be something like \[t_{outer} = a \cdot n \cdot t_{inner} + b \] (where a and b are some constants). Since the inner loop also iterates n times as well, \[t_{inner} = c \cdot n \cdot t_{disp} + d\] I assume \[t_{disp} = e \cdot 1\] Now, if we ignore all te constants (like for Big O notation), you'll get something like \[t_{outer} = n \cdot t_{inner} = n \cdot n \cdot t_{disp} = n^2 \cdot 1 = n^2\] So the complexity of the loop is \[O(n^2)\]
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
serenitystXrgazer:
Getting sent to anti gay christian covestion camp in a few weeks, any tips. guys i think im cooked.
Aubree:
Guys, what does love feel like? I've been getting a tight chest and when I talk to him my heart rate hangs out around 100-120 beats per min, and when he doe
thereneelg:
ok... anyone have advice?? ...I did Choir all throughout Middle school and have ALWAYS been put in Soprano those three years.
kamariana:
The Byzantine Procopius is known for (5 points) reconquering much of the old Roma
chuckD:
hellp!!! what does it mean to describe a scientist as skeptical Why is sceptical
DoltonCarlee:
So like do y'all know anything about the first world war?
thehearken:
anyone know how to explain this so its easier for me to understand? b(1)=2, b(n)=
3 hours ago
1 Reply
0 Medals
10 hours ago
10 Replies
2 Medals
2 days ago
6 Replies
1 Medal
3 days ago
0 Replies
0 Medals
3 days ago
2 Replies
1 Medal
2 days ago
2 Replies
0 Medals
2 days ago
5 Replies
2 Medals