I am having trouble getting started on a data structures book problem. I have to recursively divide an array down to base case 4. I am not really sure how to recursively call the function and divide the array by four each time. Can someone explain it a little bit for me?