Browse Source

Added README

main
Yiğit Çolakoğlu 4 years ago
parent
commit
974ebe0e20
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      README.md

+ 7
- 0
README.md View File

@ -0,0 +1,7 @@
This repository acts as a personal archive for my solutions to EdX course *Data Structures and Software Design* from PennX.
To run the tests, you simply need to run:
```
java -cp .:junit-dist.jar:homework<hw_num>-tests.jar Homework<hw_num>Grader
```

Loading…
Cancel
Save