Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Implementation instructions" mellan 2013-03-26 08:06 av Lars Arvestad och 2014-03-27 09:42 av Lars Arvestad.

Implementation instructions

There are some basic and simple requirements on the implementation assignments. Follow theseFor the implementation assignments, there are some extra requirements. Follow these basic and simple points to ensure full credit!


* Always hand in source code and explain what we need to compile/run the program. We don't want executables from you. If you are using standard Python, C, C++, Java, or similar, we only need to know the dependencies, if there are any.
* Always describe and comment your solution in the PDF hand-in! Otherwise, we might miss an implementation of yours, and we are likely to misunderstand usage etc. It is also crucial that you convince us that you know what you are doing!
* Always describe how to run the program from the terminal. Don't assume that we will run your favourite IDE and use the same OS as you. Document how to run your program, or add a small shell script that starts the program for us.