Prove correctness for following

Assignment Help Computer Engineering
Reference no: EM132911

Question

A nonempty slice of integers L [p: q] is unimodal if there is some number m ∈ N such that p ≤ m < q, L [p: m+1] is increasing, and L [m: q] is decreasing. Such a number m, if it exists, is called the mode of L [p: q].

Prove correctness for following -

Precondition: L is a list of integers, p,q ∈ N, and 0 ≤ p < q ≤ len(L).

Postcondition: Return the mode of L[p : q] if L[p : q] is unimodal; otherwise return -1.

Mode(L, p, q)

1) u = p ; v = q-1 ; w= 1
2) while w ?= 0 and u < v :
3) if L[u] < L [u+1]: u= v + 1
4) else if L[ v-1] >l[v]: v=v-1
5) else: w=0
6) if w ?= 0 : return u
7) else: return -1

 

Reference no: EM132911

Questions Cloud

What is the worst-case delay for acknowledging an interrupt : What is the worst-case delay for acknowledging an interrupt
Make an employee class with enough numbers of data members : Make an Employee class with enough numbers of data members
Modify compound interest program : Modify compound interest program
Write down a java implementation : Write down a Java implementation
Prove correctness for following : Prove correctness for following
Can a relation be stored as a sequential file : Can a relation be stored as a sequential file
Study and analyze the principles of inheritance : Study and analyze the principles of inheritance
How to develop a problem definition : How to develop a problem definition
Generate a work breakdown structure code : Generate a Work Breakdown Structure Code

Reviews

Write a Review

Computer Engineering Questions & Answers

  Explain examples of type of knowledge industry

Explain examples of type of knowledge industry

  Design a data structure which supports two operations

Design a data structure which supports two operations 1. Insert(S, x) inserts x into S. 2. Remove-Duplicates(S) removes from S all duplicated values.

  How many tasks real-time application contain

How many tasks real-time application contain In this particular real-time application, there are many tasks; each runs exact same code except with different data each time.

  Ip cameras to improve security for devry university

IP cameras to improve security for DeVry University.

  What is microprocessor - motorola 68k assembly language

What is microprocessor - Motorola 68k assembly language? Implement your plan using a user vectored interrupt number 3. Use busy line from the printer to trigger the interrupt. The printer interrupt level is 2. Explain the extra hardware to make t..

  Describe a project that increase an intranet

Describe a project that increase an Intranet.

  What is dft of a pure cosine wave cos

What is DFT of a pure cosine wave cos(t) sampled at n equally spaced points on the interval [0, 2π)?

  Generate a class name that starts with string variable

Generate a class Name that starts with string variable

  Propose a wiring plan for network servers

Propose a wiring plan for network servers.

  Illustrate precedence graph

Illustrate precedence graph

  Recognize how to locate fsmo roles

Recognize how to locate FSMO roles?

  Write down an assembly language program

Write down an assembly language program The product number from one to five (3 characters wide, right justified)

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd