emory-courses / dsa-java

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

[QZ#1] Exercise 0.2 #6

Closed alexbingqi closed 4 years ago

alexbingqi commented 4 years ago

After setting up the environment, I follow the textbook for the exercise and these problems pop up.

Screenshot 2020-08-21 at 10 06 01 PM Screenshot 2020-08-21 at 10 05 43 PM
marvinquiet commented 4 years ago

Email answered:

I found the two "import ***" located within the class. Could you please pull them out and put them under the line of "package XXX" in UtilsTest.java.

Please also pay attention to the indent.