diff options
Diffstat (limited to 'day2/session5.tex')
-rw-r--r-- | day2/session5.tex | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/day2/session5.tex b/day2/session5.tex index c5809c5..abbd2af 100644 --- a/day2/session5.tex +++ b/day2/session5.tex @@ -138,9 +138,17 @@ aliquot(12) = 1 + 2 + 3 + 4 + 6 = 16.\\ \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} |