emory-courses / dsa-java

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

[HW1] #89

Closed NuntuPu closed 4 years ago

NuntuPu commented 4 years ago

"You are not allowed to: Use any implementation that is not written by you nor provided by this course. Call any sorting methods built-in Java or 3rd-party libraries."

Does this mean we cannot use System.arraycopy or Array.newInstance?

marvinquiet commented 4 years ago

I think these functions are fine because those are both used in the baseline.