cws/cw03.tex
changeset 86 f8a781322499
parent 79 2d57b0d43a0f
child 94 ae4708c851ee
equal deleted inserted replaced
85:fd3f8581ce85 86:f8a781322499
    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