emory-courses / dsa-java

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

[QZ1] On "0" and "-0" as well as unit testing #208

Closed bianshuyang closed 2 years ago

bianshuyang commented 2 years ago

I am starting working on Quiz 1 right now and have two questions: 1) What is the difference between 0 and -0 in this LongIntegerQuiz class? 2) Would our own unit testing be used for grading? Or would you assign new unittesting cases for grading the assignments? Thank you.