Results for the test and assignment 2

January 17, 2016

We have posted the results of the test and of assignment 2.

If you have any questions regarding the grading you can contact me at constantin.tudorica@cti.pub.ro


Test this Friday 15 January

January 11, 2016

This Friday we will be giving an optional test that will be valued at 0.3 points during the first hour of the lab. During the second hour we are going to solve together an old ADC exam.


Assignment 3

January 3, 2016

The third assignment has been published here.

You are now able to upload the archive with your solution, for automatic judging on vmchecker. You can log in on it using your moodle accounts.

Sample tests for the problem: sample_tests (these are some of the tests actually used for evaluating your solution)

If you choose to implement in Java, the archive must contain:

  • Radiation.java
  • Readme

Important! The java files must not have any package declaration in it. If it has, then remove it before uploading the archive. Otherwise, only if you want to use a different structure, you will need to provide a Makefile.

If you implement in C/C++, you need to provide a Makefile with at least these 2 rules:

  • build – a rule to build the binary files
  • run-p1 – a rule that runs the binary for the problem

Makefile examples:

Remember to describe in the Readme file the algorithm used in your solution, and its complexity.

Coding style suggestions.

The deadline for the assignment is 17.01.2016 23:59.

Any questions can be addressed as comments on this post.

Note: If you wish to solve the assignment in a different programming language (Python, Matlab, etc.) send us an email with the name of the chosen programming language and the compiler/interpreter that you plan to use. Also, don’t hesitate to contact us if you have a question related to the programming language that you’ve chosen.