emory-courses / dsa-java

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

[HW1] Question Regarding How HybridSortHW Will Be Tested #82

Closed HallOfSam closed 4 years ago

HallOfSam commented 4 years ago

For HW1, is it true that the class HybridSortHW will be tested independent of our own packages and everything should be done within that class? Or can we create new classes in the packages that can be used by HybridSortHW ? Thanks in advance.

marvinquiet commented 4 years ago

It will be tested independently. So please do not add other files.

lcunild commented 4 years ago

If we want to optimise the other sorting algorithms we have done in class, can we write a new class within our HW class to use in our implementation? Or are we only allowed to use the sorting classes we have already created in the previous classes/quizzes?

marvinquiet commented 4 years ago

That is a very good question. I suggest you directly asking Dr. Choi during the class.