day2/session5.tex
changeset 354 5dc6c3673f9d
parent 347 22e3480e4794
child 373 f04eca8b2f3d
--- a/day2/session5.tex	Sun Jan 10 23:09:00 2010 +0530
+++ b/day2/session5.tex	Tue Jan 12 19:03:34 2010 +0530
@@ -138,9 +138,17 @@
 \inctime{10}
 \end{frame}
 
-\begin{frame} 
+
+\begin{frame}
   \frametitle{Problem 3}
-  Count frequencies of words in a file.
+Given a list of words, find all the anagrams in the list.
+Solve the problem without using dictionaries.
+
+\end{frame}
+
+\begin{frame} 
+  \frametitle{Problem 4}
+  Count frequencies of words in a file named 'holmes.txt'.
 \inctime{25}
 \end{frame}