for (i=1;i

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 32SA
icon
Related questions
Question

For the following pseudo-code, what is the time complexity function T(n) and the order (O)? You can ignore the over head operations and just count the basic operations

for (i=1;i<n; i++)
for (j=1; j<=3*i; j++)
for (k=1; k<=3*n; k++)
cout << "*";
Transcribed Image Text:for (i=1;i<n; i++) for (j=1; j<=3*i; j++) for (k=1; k<=3*n; k++) cout << "*";
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Hiring Problem
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning