Answer:
See explaination
Explanation:
Keep two iterators, i (for nuts array) and j (for bolts array).
while(i < n and j < n) {
if nuts[i] == bolts[j] {
We have a case where sizes match, output/return
}
else if nuts[i] < bolts[j] {
this means that size of nut is smaller than that of bolt and we should go to the next bigger nut, i.e., i+=1
}
else {
this means that size of bolt is smaller than that of nut and we should go to the next bigger bolt, i.e., j+=1
}
}
Since we go to each index in both the array only once, the algorithm take O(n) time.
Answer:
B. How well it conveys information
Explanation:
The most important thing is how we represent the data in a graphic to understand the purpose, we can make an example, but we're going to use the color, can be more effective in a weather chart, for temperatures or clouds, but in an organization, we can use color on red or green numbers, in this way to convey bad and good numbers.
Answer: To enter the Advanced Server, please follow the below instructions: Tap into the Profile section and click Account Settings. Tap on the Switch Server button on the bottom right of the screen. This will allow the player to switch between the Original Server and Advanced Server.
Explanation: I play Mobile legends a lot so I know this
Answer:
C) both a and b
Explanation:
13) The domain name system ________.
A) is a way to find a host's IP addresses if your computer only knows the host's host name
B) is a general naming system for the Internet
C) both A and B
D) neither A nor B
Answer:
Click the Home tab, click Format, click Rename Sheet, type the name, and press Enter
Explanation:
im not really sure but i think this is the answer
have a good day