This shows you the differences between two versions of the page.
dss:assignment [2019/05/17 13:38] eduard.staniloiu [Assignment] |
dss:assignment [2020/05/03 22:42] (current) eduard.staniloiu [Testing and grading] |
||
---|---|---|---|
Line 16: | Line 16: | ||
| string toString(); | returns a string containing all the pairs <word, numOcc> in the hashtable, starting with index 0 | | | string toString(); | returns a string containing all the pairs <word, numOcc> in the hashtable, starting with index 0 | | ||
- | The implemented hashtable will contain SIZE buckets. Each bucket will contain a pair consisting of the word and number of occurrences. | + | The implemented hashtable must be named **Hashtable** and it will contain SIZE buckets. Each bucket will contain a pair consisting of the word and number of occurrences. |
===== Implementation details ===== | ===== Implementation details ===== | ||
Line 57: | Line 57: | ||
===== Testing and grading ===== | ===== Testing and grading ===== | ||
- | The assignment must be submitted as a `.zip` archive on VMChecker. The archive must have the following naming convention: **firstName-lastName.zip**. The archive will contain the `hashtable.d` and `dmd_setup.sh` files. | + | The assignment must be submitted as a `.zip` archive on [[https://vmchecker.cs.pub.ro/ui/#DLANG|VMChecker]] for the `DLang` course. The archive must have the following naming convention: **firstName-lastName.zip**. The archive will contain the `hashtable.d` and `dmd_setup.sh` files. |
The final grade will consist of: | The final grade will consist of: |