emory-courses / dsa-java

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

[HW#1] Unknown HW 1 error #100

Closed TFloyd1989 closed 3 years ago

TFloyd1989 commented 3 years ago

I just got an error when I tried to return my answer for the Homework and I got this error. I've ever seen this error and I was wondering how I fix it? Screenshot (36)

TFloyd1989 commented 3 years ago

https://github.com/TFloyd1989/dsa-javaTFII/blob/master/src/main/java/edu/emory/cs/sort/hybrid/HybridSortHW.java Here is my code for this issue. The error was likely caused by the way I call the sort methods. My method works when it simply prints the array and returns null, but throws the error above when I try to return the array