cws/disclaimer.sty
changeset 237 db4d2fcd8063
parent 212 4bda49ec24da
child 257 ba4d976ca88d
equal deleted inserted replaced
236:e461b5325b5e 237:db4d2fcd8063
    11   template files provided and do not make any changes to arguments of
    11   template files provided and do not make any changes to arguments of
    12   functions or to any types. You are free to implement any auxiliary
    12   functions or to any types. You are free to implement any auxiliary
    13   function you might need.
    13   function you might need.
    14 
    14 
    15 \item \textbf{Do not leave any test cases running in your code because this might slow
    15 \item \textbf{Do not leave any test cases running in your code because this might slow
    16   down your program!} Comment test cases out before submission, otherwise you
    16   down your program!} Comment out test cases before submission, otherwise you
    17   might hit a time-out.
    17   might hit a time-out.
    18 
    18 
    19 \item Do not use any mutable data structures in your
    19 \item Do not use any mutable data structures in your
    20 submissions! They are not needed. This means you cannot create new 
    20 submissions! They are not needed. This means you cannot create new 
    21 \texttt{Array}s or \texttt{ListBuffer}s, for example. 
    21 \texttt{Array}s or \texttt{ListBuffer}s, for example.