e of Arrays A and B, each of size N. Initially A is filled andom numbers. Jeff visits each index i (1 <= i <= N selects another random index j such that j is greater ments A[i], A[i+1], A[i+2] ... A[] by 1. Finally, if for any e then throws away that array A. For a given B, calc ent arrays A, that Jeff can end up with. Two arrays ar s an index where the arrays have different values. He that prints a single line containing the required answ ple Test Case:

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
100%
Jeff loves to develop code for random scenarios. Today Jeff started playing with a
couple of Arrays A and B, each of size N. Initially A is filled with zeros. Jeff filled B
with random numbers. Jeff visits each index i (1 <= i <= N) in random order. When at
i, he selects another random indexj such that j is greater or equal to i. He then
increments A[i], A[i+1], A[i+2] ... A[j] by 1. Finally, if for any index i, A[i] is greater than
B[i], he then throws away that array A. For a given B, calculate the number of
different arrays A, that Jeff can end up with. Two arrays are called different if there
exists an index where the arrays have different values. Help Jeff in creating a C++
code that prints a single line containing the required answer modulo 109 + 7.
Sample Test Case:
1
3
111
Result:
2
Transcribed Image Text:Jeff loves to develop code for random scenarios. Today Jeff started playing with a couple of Arrays A and B, each of size N. Initially A is filled with zeros. Jeff filled B with random numbers. Jeff visits each index i (1 <= i <= N) in random order. When at i, he selects another random indexj such that j is greater or equal to i. He then increments A[i], A[i+1], A[i+2] ... A[j] by 1. Finally, if for any index i, A[i] is greater than B[i], he then throws away that array A. For a given B, calculate the number of different arrays A, that Jeff can end up with. Two arrays are called different if there exists an index where the arrays have different values. Help Jeff in creating a C++ code that prints a single line containing the required answer modulo 109 + 7. Sample Test Case: 1 3 111 Result: 2
Expert Solution
steps

Step by step

Solved in 2 steps with 2 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