emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ#3] Recursion help #84

Closed TFloyd1989 closed 3 years ago

TFloyd1989 commented 3 years ago

I feel that I am in the final steps of this quiz, I have the preliminary sort done, and now I just need to recursively sort through the subarrays. I was wondering if I could get a little bit of help figuring it out? Screenshot (31)

marvinquiet commented 3 years ago

Hi, I think this question is directly related to the solution to the problem so I cannot give a detailed solution to you. But just consider utilizing the beginIndx and endIndex to find the return statement of the recursion and sort them accordingly.