How many times will the innermost loop be iterated when the algorithm segment is implemented and run? Assume n, k, J, and i are positive integers. for k := 1 ton for j:= k to n for i := j to n [Statements in the body of the inner loop, none containing branching statements that lead outside the loop] next i next j next k As in Example 9.6.4, sketch a trace table for the algorithm segment and notice that because i goes from j to n, it is always the case that i ? j. Similarly, it is always the case that j ? v k and that k? v 1. Thus, the number of iterations of the innermost loop is the same as the number of integer triples (i, j, k) that are related to each other in a certain way, and this is the same as the number of strings of ? ?v crosses, where the position of the crosses indicate which ? v integers from 1 to n are included in the triple. Thus, the answer is v vertical bars and

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Please help me with the big box!
How many times will the innermost loop be iterated when the algorithm segment is implemented and run? Assume n, k, j, and i are positive
integers.
for k := 1 ton
for j := k to n
for i := j to n
[Statements in the body of the inner loop,
none containing branching statements
that lead outside the loop]
next i
next j
next k
As in Example 9.6.4, sketch a trace table for the algorithm segment and notice that because i goes from j to n, it is always the case that i ? vi.
Similarly, it is always the case that j ? v k and that k ? v 1. Thus, the number of iterations of the innermost loop is the same as the number of
integer triples (i, j, k) that are related to each other in a certain way, and this is the same as the number of strings of ? v vertical bars and
? crosses, where the position of the crosses indicate which ? v integers from 1 to n are included in the triple. Thus, the answer is
Transcribed Image Text:How many times will the innermost loop be iterated when the algorithm segment is implemented and run? Assume n, k, j, and i are positive integers. for k := 1 ton for j := k to n for i := j to n [Statements in the body of the inner loop, none containing branching statements that lead outside the loop] next i next j next k As in Example 9.6.4, sketch a trace table for the algorithm segment and notice that because i goes from j to n, it is always the case that i ? vi. Similarly, it is always the case that j ? v k and that k ? v 1. Thus, the number of iterations of the innermost loop is the same as the number of integer triples (i, j, k) that are related to each other in a certain way, and this is the same as the number of strings of ? v vertical bars and ? crosses, where the position of the crosses indicate which ? v integers from 1 to n are included in the triple. Thus, the answer is
Example 9.6.4
Counting Iterations of a Loop
How many times will the innermost loop be iterated when the algorithm segment below is
implemented and run? (Assume n is a positive integer.)
for k:= 1 te n
for j:= 1 to k
for i:= 1 to j
[Statements in the body of the inner loop,
none containing branching statements that lead
outside the loop]
next i
nextj
next k
Solution
Construct a trace table for the values of k. j, and i for which the statements in the body of the
innermost loop are executed.
2-
3-
2
2-
3-
3D
2.
Because i goes from 1 to j, it is always the case that i< j. Similarly, because j goes from 1 to k it is
always the case that j< k. To focus on the details of the table construction, consider what happens
when k 3. In this case, j takes each value 1, 2, and 3. When j=1, i can only take the value 1 (because
i<i). Whenj= 2, i takes each value 1 and 2 (again because i < j). When, = 3. i takes each value 1. 2.
and 3 (yet again because i <).
Observe that there is one iteration of the innermost loop for each column of the table, and there is
one column of the table for each triple of integers (i. (1,3, k) with 1<isjsAsn Now Example 9.6.3
showed that the number of such triples is [n (n+ 1) (n+2)|/6. Thus there are [n (n + 1) (n + 2)|/6
iterations of the innermost loop.
Transcribed Image Text:Example 9.6.4 Counting Iterations of a Loop How many times will the innermost loop be iterated when the algorithm segment below is implemented and run? (Assume n is a positive integer.) for k:= 1 te n for j:= 1 to k for i:= 1 to j [Statements in the body of the inner loop, none containing branching statements that lead outside the loop] next i nextj next k Solution Construct a trace table for the values of k. j, and i for which the statements in the body of the innermost loop are executed. 2- 3- 2 2- 3- 3D 2. Because i goes from 1 to j, it is always the case that i< j. Similarly, because j goes from 1 to k it is always the case that j< k. To focus on the details of the table construction, consider what happens when k 3. In this case, j takes each value 1, 2, and 3. When j=1, i can only take the value 1 (because i<i). Whenj= 2, i takes each value 1 and 2 (again because i < j). When, = 3. i takes each value 1. 2. and 3 (yet again because i <). Observe that there is one iteration of the innermost loop for each column of the table, and there is one column of the table for each triple of integers (i. (1,3, k) with 1<isjsAsn Now Example 9.6.3 showed that the number of such triples is [n (n+ 1) (n+2)|/6. Thus there are [n (n + 1) (n + 2)|/6 iterations of the innermost loop.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY