Question: Hello! I'm having issues withe the implementation and any help is appreciated. For this assignment, we will implement a few simple algorithms and determine the
Hello! I'm having issues withe the implementation and any help is appreciated.
For this assignment, we will implement a few simple algorithms and determine the Big-O running time.

For this assignment, the methods you write can be placed above the main method in the Main.java file. You DO NOT need to create a separate class for these methods. You will need to make sure you write all the structured comments for the methods. The methods you write should implement the functionality. Meaning, do not use internal libraries to solve the problem, solve the problem yourself. Write methods to perform the following: O NOTE: For each method you implement, you need to give the run time. You need to justify your running time and how you calculated it. o Convert a string to lower case. String tolower(String value) O Return the index of the minimum value in a List of integers, return -1 if the List is empty. . int getMinIndex(List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
