emory-courses / dsa-java

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

[HW#1] #99

Closed TFloyd1989 closed 3 years ago

TFloyd1989 commented 3 years ago

I'm pretty much almost finished with homework 1. I know what types of sorting I want to use in my method, but I am confused on how to call them? I have imported each of the classes I want to use, but I just want to know the correct protocol for using the sort types we've already defined in the homework?

TFloyd1989 commented 3 years ago

Update: I was able to figure out the problem, but now I'm getting the very odd error that the required type is T[] even though the provided type is already T[]

TFloyd1989 commented 3 years ago

Nevermind, I was able to solve this as well