Questiona nonempty slice of integers l p q is unimodal if

Assignment Help Computer Engineering
Reference no: EM13348963

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: EM13348963

Questions Cloud

Question1 a microprocessor is clocked at a rate of 5 ghza : question1. a microprocessor is clocked at a rate of 5 ghz.a. how long is a clock cycle?b. what is duration of a
Questionyou are asked to make an employee class with enough : questionyou are asked to make an employee class with enough numbers of data members to store employee data of following
Questionwrite down a script that finds the smallest of : questionwrite down a script that finds the smallest of several nonnegative integers. suppose that the first value read
Question1 date consists of a month day and year frequently : question1. date consists of a month day and year. frequently we represent each of these items as integers. such as july
Questiona nonempty slice of integers l p q is unimodal if : questiona nonempty slice of integers l p q is unimodal if there is some number m isin n such that p le m lt q l p m1 is
Question1 classify two benefits of separating application : question1. classify two benefits of separating application software from database management system.2. classify the
Questionpart 1-study and analyze the principles of : questionpart 1-study and analyze the principles of inheritance. take this term and describe it. examples have to be
Questionsteve smith is a restaurant owner who wants to : questionsteve smith is a restaurant owner who wants to expend his 10000 to modernize his restaurant by adapting it more
Question1 create 15 or more decomposed work packages into 4 : question1. create 15 or more decomposed work packages into 4 levels that are assigned to 5 or extra main tasks 75 line

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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