Closed NuntuPu closed 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?
I think these functions are fine because those are both used in the baseline.
"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?