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