Introduction - If you have any usage issues, please Google them yourself
Write a short recursive Java method that finds the minimum and maximum values
in an array of integer values without using any loops. Also write its recurrence
relation (recurrent complexity formula).