SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 210 Weeks Ago, 2 Days Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Communications Posted 11 Dec 2017 My Price 7.00

function gets an array of integers arr and its logical size arrSize.

Implement the function:

void oddsKeepEvensFlip(int arr[], int arrSize)

 

This function gets an array of integers arr and its logical size arrSize.

 

When called, it should reorder (in-place) the elements of arr so that:

 

1. All the odd numbers come before all the even numbers

 

2. The odd numbers will keep their original relative order

 

3. The even numbers will be placed in a reversed order (relative to their

 

original order).

 

For example, if arr = [5, 2, 11, 7, 6, 4],

 

after calling oddsKeepEvensFlip(arr, 6), arr will be:

 

[5, 11, 7, 4, 6, 2]

 

Implementation requirements:

 

Your function should run in linear time. That is, if there are n items in arr,

 

calling oddsKeepEvensFlip(arr, n) will run in O(n).

 

Note: You don’t need to write a main() program. Please use C++.

Answers

(5)
Status NEW Posted 11 Dec 2017 09:12 AM My Price 7.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)