Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Problem 4: You have the following code on which the programmer included desired precondition and postconditions and included (hopefully) correct loop invariants on each of

image text in transcribed

Problem 4: You have the following code on which the programmer included desired precondition and postconditions and included (hopefully) correct loop invariants on each of the loops. Given the stated post- condition (i.e. goal) for the code, you are to a) State whether the given loop invariants are correct, and if not to give corrected loop invariants b) For each numbered statement, give the correct weakest precondition for that statement c) Determine whether the weakest precondition for statement 1 is logically inferred from the stated precon dition of the code n>0 and A contains n elements indexed from 0 Precondition: 1, bound=n /* Loop invariant: A[bound,.., (n-1)] is sorted (non-decreasing) and A[boundA[O,..,bound-1]/ 2. while (bound > 0) 4 /* Loop invariant: A[t] is the largest element of A[O,.. ,t] */ while (i ACi+1]) swap -A[i]; 5 7 8 A[i+1] swap ; 10 12 bound - t; Postcondition: A[0] A[1] .. .0 and A contains n elements indexed from 0 Precondition: 1, bound=n /* Loop invariant: A[bound,.., (n-1)] is sorted (non-decreasing) and A[boundA[O,..,bound-1]/ 2. while (bound > 0) 4 /* Loop invariant: A[t] is the largest element of A[O,.. ,t] */ while (i ACi+1]) swap -A[i]; 5 7 8 A[i+1] swap ; 10 12 bound - t; Postcondition: A[0] A[1] .. .

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Tell what the word schizophrenia means.

Answered: 1 week ago