1. (3 points) Exercise 9, page 205. Just write out the recursive method gcd; you aren’t

1. (3 points) Exercise 9, page 205. Just write out the recursive method gcd; you aren’t

1. (3 points) Exercise 9, page 205. Just write out the recursive method gcd; you aren’t

required to write or run a test program.

2. (3 points) Exercise 17, page 209.

3. (4 points) Draw a recursion tree for the call binarySearch(5, 0, 8). Use the

recursive version of the method found on p. 174 of your textbook.

Label each node of the recursion tree with the indices of the subarray being searched

(given by the parameters first and last). Assume the array values contains the

following:

 

[-2 1 3 5 7 12 18 20 23]

 

4. (2 points) How many total calls are made to binarySearch? What is the depth of

recursion for this call? Here depth of recursion = longest path in the recursion tree.

5. (4 points) In class we saw two ways to formulate the choose function, one with two

recursive calls, and another needing only one recursive calls. Write both versions (call

them choose1 and choose2, for the number of recursive calls) as static methods in a

class along with a main method for testing. For both, be sure to check the validity of the

arguments and throw IllegalArgumentException if invalid. Your test will prompt

the user for n and m and return the results of running both versions of choose.

 

Record the results of testing your code with arguments (4,2) and (6,4). Then test them for

(15,8) and (35,20).  On some computers the last call may take several minutes.  If any of

your answers are negative, explain why.

 

 

6. (2 points) Java provides the primitive type long for integral computations which cannot

be expressed using int.  Long integers hold values from more than 92 quintillion to less

than -92 quintillion.  Rewrite each choose method so that it returns value of type long.

Rerun each computation from the previous problem and record the results.

 

 

7. (2 points) How many total calls are made to choose2(6,4)? What is the depth of

recursion for this call? Use a recursion tree to answer this question (extra credit for

turning in a drawing of the tree).

 

 

8. (4 points) For each of the algorithms gcd, contains, binarySearch,

and choose2, say if they are tail recursive or not

"96% of our customers have reported a 90% and above score. You might want to place an order with us."

Essay Writing Service
Affordable prices

You might be focused on looking for a cheap essay writing service instead of searching for the perfect combination of quality and affordable rates. You need to be aware that a cheap essay does not mean a good essay, as qualified authors estimate their knowledge realistically. At the same time, it is all about balance. We are proud to offer rates among the best on the market and believe every student must have access to effective writing assistance for a cost that he or she finds affordable.

Caring support 24/7

If you need a cheap paper writing service, note that we combine affordable rates with excellent customer support. Our experienced support managers professionally resolve issues that might appear during your collaboration with our service. Apply to them with questions about orders, rates, payments, and more. Contact our managers via our website or email.

Non-plagiarized papers

“Please, write my paper, making it 100% unique.” We understand how vital it is for students to be sure their paper is original and written from scratch. To us, the reputation of a reliable service that offers non-plagiarized texts is vital. We stop collaborating with authors who get caught in plagiarism to avoid confusion. Besides, our customers’ satisfaction rate says it all.

© 2022 Homeworkcrew.com provides writing and research services for limited use only. All the materials from our website should be used with proper references and in accordance with Terms & Conditions.

Scroll to Top