emory-courses / dsa-java

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

[HW#3] how to submit extra source code? #198

Closed HowardYutingHou closed 3 years ago

HowardYutingHou commented 3 years ago

hello, how do we submit the source code for the extra credit? Push to github? Or, do we submit java file to canvas?

if we submit java file to canvas, do we remove the package headings?

lujiaying commented 3 years ago

Could you create a java file, say MSTAllHWTestExtra.java and push it to GitHub? Like the way we did in HW2.

It is also fine if you prefer to submit a single java file through Canvas, but please keep all necessary package, import statements for us to compile the code.