cws/cw01.tex
changeset 86 f8a781322499
parent 79 2d57b0d43a0f
child 110 62389faa66e4
equal deleted inserted replaced
85:fd3f8581ce85 86:f8a781322499
    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