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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started