emory-courses / dsa-java

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

[HW#1] merge in merge sort #78

Closed caroltang0331 closed 3 years ago

caroltang0331 commented 3 years ago

I would like to use the merge method in merge sort but its protected. Should I write my own merge then or can I change the method to public in the MergeSort class?

lujiaying commented 3 years ago

Please do not modify any codes in superclass.