Question: Here we will create a method to find the smallest value in an array: We provided the code for you to start, Main is done,
Here we will create a method to find the smallest value in an array: We provided the code for you to start, Main is done, you need to create minFinder function, o First do it with loops Create another function minFinder_recursive, and use recursive function to create the code to find the min value (you may add more functions/methods as needed) Write the Pseudocode for BOTH functions and do a time analysis in Big-O for both (This step is really important)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
