day2/session5.tex
changeset 354 5dc6c3673f9d
parent 347 22e3480e4794
child 373 f04eca8b2f3d
equal deleted inserted replaced
353:8999d0a3fc9d 354:5dc6c3673f9d
   136     [1,3,4,5,6,7,12,15,18,19,20,21]
   136     [1,3,4,5,6,7,12,15,18,19,20,21]
   137   \end{lstlisting}
   137   \end{lstlisting}
   138 \inctime{10}
   138 \inctime{10}
   139 \end{frame}
   139 \end{frame}
   140 
   140 
       
   141 
       
   142 \begin{frame}
       
   143   \frametitle{Problem 3}
       
   144 Given a list of words, find all the anagrams in the list.
       
   145 Solve the problem without using dictionaries.
       
   146 
       
   147 \end{frame}
       
   148 
   141 \begin{frame} 
   149 \begin{frame} 
   142   \frametitle{Problem 3}
   150   \frametitle{Problem 4}
   143   Count frequencies of words in a file.
   151   Count frequencies of words in a file named 'holmes.txt'.
   144 \inctime{25}
   152 \inctime{25}
   145 \end{frame}
   153 \end{frame}
   146 
   154 
   147 \begin{frame}[fragile]
   155 \begin{frame}[fragile]
   148   \frametitle{Problem set 4}
   156   \frametitle{Problem set 4}