day1/Session-4.tex
changeset 65 a525e580bc43
parent 63 f5eac04a00fe
parent 61 fc495fd7e84e
child 85 8ca53181bee6
equal deleted inserted replaced
64:333092b68926 65:a525e580bc43
   191 
   191 
   192 
   192 
   193 \begin{frame}
   193 \begin{frame}
   194   \frametitle{Problem set 6.2}
   194   \frametitle{Problem set 6.2}
   195   \begin{description}
   195   \begin{description}
   196     \item[2.2.1] Given a dictionary of the names of students and their marks, identify how many duplicate marks are there? and what are these?
   196     \item[6.2.1] Given a dictionary of the names of students and their marks, identify how many duplicate marks are there? and what are these?
   197     \item[2.2.2] Given a string of the form ``4-7, 9, 12, 15'' find the numbers missing in this list for a given range.
   197     \item[6.2.2] Given a string of the form ``4-7, 9, 12, 15'' find the numbers missing in this list for a given range.
   198 \end{description}
   198 \end{description}
   199 \inctime{10}
   199 \inctime{10}
   200 \end{frame}
   200 \end{frame}
   201 
   201 
   202 \subsection{Functions Reloaded!}
   202 \subsection{Functions Reloaded!}