cws/cw02.tex
changeset 333 0b82e661341a
parent 329 828326d1b3b2
equal deleted inserted replaced
332:e43ad5714b72 333:0b82e661341a
   228   \mbox{}\hfill [1 Mark]
   228   \mbox{}\hfill [1 Mark]
   229 
   229 
   230 \item[(2)] Implement two functions that process the (broken up)
   230 \item[(2)] Implement two functions that process the (broken up)
   231   CSV-files from (1). The \pcode{process_ratings} function filters out all
   231   CSV-files from (1). The \pcode{process_ratings} function filters out all
   232   ratings below 4 and returns a list of (userID, movieID) pairs. The
   232   ratings below 4 and returns a list of (userID, movieID) pairs. The
   233   \pcode{process_movies} function returns a list of (movieID, title) pairs.\\
   233   \pcode{process_movies} function returns a list of (movieID, title) pairs.
       
   234   Note the input to these functions will be the output of the function
       
   235   \pcode{get_csv_url}.\\
   234   \mbox{}\hfill [1 Mark]
   236   \mbox{}\hfill [1 Mark]
   235 %\end{itemize}  
   237 %\end{itemize}  
   236 %  
   238 %  
   237 %
   239 %
   238 %\subsection*{Part 3 (4 Marks, file danube.scala)}
   240 %\subsection*{Part 3 (4 Marks, file danube.scala)}