equal
deleted
inserted
replaced
19 submissions! They are not needed. This excludes the use of |
19 submissions! They are not needed. This excludes the use of |
20 \texttt{ListBuffer}s, for example. Do not use \texttt{return} in your |
20 \texttt{ListBuffer}s, for example. Do not use \texttt{return} in your |
21 code! It has a different meaning in Scala, than in Java. |
21 code! It has a different meaning in Scala, than in Java. |
22 Do not use \texttt{var}! This declares a mutable variable. Make sure the |
22 Do not use \texttt{var}! This declares a mutable variable. Make sure the |
23 functions you submit are defined on the ``top-level'' of Scala, not |
23 functions you submit are defined on the ``top-level'' of Scala, not |
24 inside a class or object. |
24 inside a class or object. Also note that the running time of |
|
25 each part will be restricted to a maximum of 360 seconds. |
25 |
26 |
26 |
27 |
27 \subsection*{Disclaimer} |
28 \subsection*{Disclaimer} |
28 |
29 |
29 It should be understood that the work you submit represents |
30 It should be understood that the work you submit represents |