{ao, a1, a2, the following looped algorithm: Let A = ,ak} be an indexed array. If A[i] denotes the ith entry, consider ReWrite(A): i = 1 %3D While i < k: A[i]: = 2 i = i +1 Return A a) What will be the output for the command ReWrite([1,2,3,4,5])? (look carefully) b) Is this algorithm 'one to one' from the indices of the array to the natural numbers? Explain. c) Is this algorithm surjective from the indices of the array 'onto' the natural numbers? Explain. d) Is this algorithm bijective from its set of inputs to its set of outputs? Explain.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 29SA
icon
Related questions
Question

Stuck need help!

The class I'm taking is computer science discrete structures. 

Problem is attached. please view attachment before answering. 

Really struggling with this concept. Thank you so much.

{ao, a1, a2 -
the following looped algorithm:
Let A =
ar} be an indexed array. If A[i] denotes the ith entry, consider
....
ReWrite(A):
i = 1
While i < k:
A[i]: = 2
i = i +1
Return A
a) What will be the output for the command ReWrite([1,2,3,4,5])? (look
carefully)
b) Is this algorithm 'one to one' from the indices of the array to the natural
numbers? Explain.
c) Is this algorithm surjective from the indices of the array 'onto' the natural
numbers? Explain.
d) Is this algorithm bijective from its set of inputs to its set of outputs? Explain.
Transcribed Image Text:{ao, a1, a2 - the following looped algorithm: Let A = ar} be an indexed array. If A[i] denotes the ith entry, consider .... ReWrite(A): i = 1 While i < k: A[i]: = 2 i = i +1 Return A a) What will be the output for the command ReWrite([1,2,3,4,5])? (look carefully) b) Is this algorithm 'one to one' from the indices of the array to the natural numbers? Explain. c) Is this algorithm surjective from the indices of the array 'onto' the natural numbers? Explain. d) Is this algorithm bijective from its set of inputs to its set of outputs? Explain.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Arrays
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.
Similar questions
  • SEE MORE QUESTIONS
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