emory-courses / dsa-java

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

[QZ#3] Overriding methods #66

Closed lcunild closed 4 years ago

lcunild commented 4 years ago

Are we allowed to override methods from the BucketSort class for our RadixSortQuiz?

marvinquiet commented 4 years ago

Yes, you can override methods in the RadixSortQuiz, but do not edit your superclass to achieve the goal.