Answered Essay: For all algorithms give the analysis for the worst-case time bound. Read the problem statements carefully. You can

3) (18 pts.) For all algorithms give the analysis for the worst-case time bound. Read the problem statements carefully. You cannot use hashing (i) Given is an array A of size n containing integers in arbitrary order and an integer T. Describe and analyze an efficient algorithm determining whether there exist three entries A[i], A , and Ak] with (ii) Given is an array A of size n containing positive integers in arbitrary order and an integer T. Describe and analyze an efficient algorithm determining whether there exist two indices i and j, 1 < i < j , such that Ali Ali+1]+... + Aj] < T. When a solution exists, determine the one with j - i a maximum over all solutions. For example, consider A , 21, 2, 22, 3, 23, 4, 24, 5) T-10 has no solution T and J-2): T-25 has a solution consisting of 3 elements (1+21+2) 22 has one solution (i 1 there exist two indices i and j, 1 icj-n such that 0 < 시i1+샤+1] + +AJ1ST 10 131+4-2ST O(n) space can be used. Clearly state what a recursive call returns and how the combine step works. (iii) Given is an array A of size n containing integers in arbitrary order and an integer T. Determine whether For example, for A3, 5, 10, -13, 1, 4, 16] and T-2, a solution exists fori3 and j-6 with Describe and analyze a Divide-and-Conquer algorithm solving the problem in O(n log n) time. Additional Note: You will get partial credit for an O(n logn ime solution. No credit will be given for a quadratic time solution.

For all algorithms give the analysis for the worst-case time bound. Read the problem statements carefully. You cannot use hashing. (i) Given is an array A of size n containing integers in arbitrary order and an integer T. Describe and analyze an efficient algorithm determining whether there exist three entries A[i], A[j], and A[k] with A[i] + A[j] + A[k] lessthanorequalto T, i

Expert Answer

 

Hi Friend, Please find Algorithm for Q1.

Please repost other questions in separate post.

Please let me knwo in case of any issue in Q1.

Algorithm:

1. First, sort the array.

2. Then, loop over the array with the first pointer i.

3. Now, use a second pointer j to loop up from there and a third pointer k to simultaneously loop down from the end.

Whenever you’re in a situation where A[i]+A[j]+A[k] < X,

you know that the same holds for all j<k'<k so increment your count with k-j and increment j.

I keep the hidden invariant that A[i]+A[j]+A[k+1] >= X,

so incrementing j only makes that statement stronger.

Otherwise, decrement k. When j and k meet, increment i.

You will only increment j and decrement k, so they need O(n) amortized time to meet.

Time Complexity: O(n^2) time:

In pseudocode:

count= 0

for i = 0; i < N; i++

j = i+1

k = N-1

while j < k

if A[i] + A[j] + A[k] < X

count += k-j

j++

else

k–

Buy Essay
Calculate your paper price
Pages (550 words)
Approximate price: -

Help Me Write My Essay - Reasons:

Best Online Essay Writing Service

We strive to give our customers the best online essay writing experience. We Make sure essays are submitted on time and all the instructions are followed.

Our Writers are Experienced and Professional

Our essay writing service is founded on professional writers who are on stand by to help you any time.

Free Revision Fo all Essays

Sometimes you may require our writers to add on a point to make your essay as customised as possible, we will give you unlimited times to do this. And we will do it for free.

Timely Essay(s)

We understand the frustrations that comes with late essays and our writers are extra careful to not violate this term. Our support team is always engauging our writers to help you have your essay ahead of time.

Customised Essays &100% Confidential

Our Online writing Service has zero torelance for plagiarised papers. We have plagiarism checking tool that generate plagiarism reports just to make sure you are satisfied.

24/7 Customer Support

Our agents are ready to help you around the clock. Please feel free to reach out and enquire about anything.

Try it now!

Calculate the price of your order

Total price:
$0.00

How it works?

Follow these simple steps to get your paper done

Place your order

Fill in the order form and provide all details of your assignment.

Proceed with the payment

Choose the payment system that suits you most.

Receive the final file

Once your paper is ready, we will email it to you.

HOW OUR ONLINE ESSAY WRITING SERVICE WORKS

Let us write that nagging essay.

STEP 1

Submit Your Essay/Homework Instructions

By clicking on the "PLACE ORDER" button, tell us your requires. Be precise for an accurate customised essay. You may also upload any reading materials where applicable.

STEP 2

Pick A & Writer

Our ordering form will provide you with a list of writers and their feedbacks. At step 2, its time select a writer. Our online agents are on stand by to help you just in case.

STEP 3

Editing (OUR PART)

At this stage, our editor will go through your essay and make sure your writer did meet all the instructions.

STEP 4

Receive your Paper

After Editing, your paper will be sent to you via email.

× How can I help you?