day1/Session-4.tex
changeset 61 fc495fd7e84e
parent 59 9aac0f128482
child 65 a525e580bc43
equal deleted inserted replaced
60:edfe20d6733c 61:fc495fd7e84e
   189 
   189 
   190 
   190 
   191 \begin{frame}
   191 \begin{frame}
   192   \frametitle{Problem set 6.2}
   192   \frametitle{Problem set 6.2}
   193   \begin{description}
   193   \begin{description}
   194     \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?
   194     \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?
   195     \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.
   195     \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.
   196 \end{description}
   196 \end{description}
   197 \inctime{10}
   197 \inctime{10}
   198 \end{frame}
   198 \end{frame}
   199 
   199 
   200 \subsection{Functions Reloaded!}
   200 \subsection{Functions Reloaded!}