Create two sequences of increments for the two functions of the shellYou will invent two sequences of increments for program them into the code shell provided in the attachment. For examples suppose Shell increments had not been invented then you could invent them and your sequence would be for a given sequence length N N/2 N/4 N/8 …. 1 You will program these into the functions provided and execute the code and it will produce BIg O graphs. You can use excel or DSWB to view these graphs and determine the Big O. You should try to beat Hibbard (you probably wont beat Sedgewick). In the shell you will see three functions shellsort_Rootsincrements(int data[] int len) shellsort_yyyincrements(int data[] int len) ishellsort_zzzincrements(int data[] int len) shellsort_Rootsincrements(int data[] int len)is your model dont change it. The other two are for you to modify. shellsort_Rootsincrements(int data[] int len) imlements an increment sequence I invented for you. It is not very good it uses sqrt(N) cube(N) FourthRoot(N) and FivethRoot(N) and 1. Your sequences dont have to use a fixed number of increments they can depend on N. You will get better results if your increments depend on N. This is code from the shell // ***************** YOUR FUNCTION – YOU WRITE THIS (use the same variables) *********************************************************** int shellsort_yyyincrements(int data[] int len) { int *a; int ix = 5; int j=2;// start at the square root (it is the largest increment) a = new int[ix+1]; a[0] = 1; // last increment must always be 1 else you wont get a complete sort // increments must be in descending (largest to smallest with 1 being the last increment (stored at location a[0] ) for(int k = ix; k >= 1; k–) a[k] = (int)pow((double)len (double)1/(double)(j++)); int counter = insertion_style_sort(data len a ix); // leave this code in place delete [] a; return counter; } // **************************************************************************** // ***************** YOUR FUNCTION – YOU WRITE THIS (use the same variables) *********************************************************** int shellsort_zzzincrements(int data[] int len) { int *a; int ix = 5; int j=2;// start at the square root (it is the largest increment) a = new int[ix+1]; a[0] = 1; // last increment must always be 1 else you wont get a complete sort // increments must be in descending (largest to smallest with 1 being the last increment (stored at location a[0] ) for(int k = ix; k >= 1; k–) a[k] = (int)pow((double)len (double)1/(double)(j++)); int counter = insertion_style_sort(data len a ix); delete [] a; return counter; } // ****************************************************************************

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your paper today and save 30% with the discount code HAPPY

X
Open chat
1
You can contact our live agent via WhatsApp! Via + 1 323 412 5597

Feel free to ask questions, clarifications, or discounts available when placing an order.

Order your essay today and save 30% with the discount code HAPPY