You are given two arrays: Array1 and Array2. Array1 will be sorted. For each element v in Array2, you need to write a pseudocode that will print the number of elements in Arr1 that is greater than or equal to v and the element must be a prime number. For example: if I give you two arrays of size 5 and 4 54 [size of two arrays] Arri = 13579 Arr2 = 6 4 8 The output should be: 1 2 0 There are two parts in the question. First you need to know how many numbers are

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

Use Python to solve the given problem.

You are given two arrays: Array1 and Array2.
Array1 will be sorted. For each element v in Array2, you need to write a pseudocode
that will print the number of elements in Arr1 that is greater than or equal to v and the
element must be a prime number. For example: if I give you two arrays of size 5 and 4
54 [size of two arrays]
Arri = 135 7 9
Arr2 = 6 4 8
The output should be: 12 0
%3D
There are two parts in the question. First you need to know how many numbers are
there in Array1 which are greater than 6. Here, we find there are two numbers (7,9).
Then we need to find whether these numbers are prime or not. The searching portion
must not take more than O(log n) time.
Sample input
Sample output
55
23111
37 10 12 17
61 14 8 9
Transcribed Image Text:You are given two arrays: Array1 and Array2. Array1 will be sorted. For each element v in Array2, you need to write a pseudocode that will print the number of elements in Arr1 that is greater than or equal to v and the element must be a prime number. For example: if I give you two arrays of size 5 and 4 54 [size of two arrays] Arri = 135 7 9 Arr2 = 6 4 8 The output should be: 12 0 %3D There are two parts in the question. First you need to know how many numbers are there in Array1 which are greater than 6. Here, we find there are two numbers (7,9). Then we need to find whether these numbers are prime or not. The searching portion must not take more than O(log n) time. Sample input Sample output 55 23111 37 10 12 17 61 14 8 9
Expert Solution
steps

Step by step

Solved in 2 steps

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