Available
Nov 7, 2017 at 12am - Nov 10, 2017 at 11:59pm
This assignment was locked Nov 10, 2017 at 11:59pm.
Write a java program that implements selection sort algorithm recursively.
Your program should have a main method that calls the binary search method with a specific key, the list of elements. This method returns the index of the key and displays in the main method.
If the key is not found then this method should return the index at which, the given key should be inserted.
Your main method should display the list first and ask the user which key needs to be found.