emory-courses / dsa-java

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

[QZ4] A Minor Mistake In Quiz 4 #109

Closed HallOfSam closed 3 years ago

HallOfSam commented 3 years ago

Sorry to interrupt, but I just found a minor mistake in quiz 4. I realized that Dr. Choi accidentally named "BalancedBinarySearchTreeQuiz" as "BalacnedBinarySearchTreeQuiz". I am actually quite worried about whether my code will run using Dr. Choi's packages if I named the java class differently. Thanks in advance!

jdchoi77 commented 3 years ago

@HallOfSam thanks for letting me know; the typo has been fixed. Please feel free to fixed the typo in your package. Regardless, the name of the class should not matter for running.