Question: using Java eclipse 1. Write a program that a. Called a method called insertionSort that accepts an integer array as a paramter and sorts the

using Java eclipse

1. Write a program that

a. Called a method called insertionSort that accepts an integer array as a paramter and sorts the elements in the array using the insertion sort algorithm. Print the array before it is sorted and after it is sorted.

b. Calls another method called binarySearch that takes two parameters, an integer and an integer array. The call should perform binary search and should return the index of the integer in the array if found and should return -(insertionPoint+ 1) if the number is not found. Print out the index in the main method

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!