emory-courses / dsa-java

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

[QZ#5] Code permissions #123

Closed TFloyd1989 closed 3 years ago

TFloyd1989 commented 3 years ago

Are we allowed to create a triequiz() constructor with different definitions for root so that we can create different/override Trie.java methods?

marvinquiet commented 3 years ago

Yeah, you can absolutely add helper functions in your Quiz class, but make sure don't change anything in other classes. The way we test your code is only extracting out your Quiz class file.