diff options
author | Puneeth Chaganti | 2010-01-12 19:03:34 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-01-12 19:03:34 +0530 |
commit | e7c314cb1d20800f929951eeac75e046528a36c8 (patch) | |
tree | 1aa4fed41387bb6e82a0cd5662eb5ad2891a6e7d /day2/session5.tex | |
parent | ff739ac283432d46ae2c3b527d1999cd24029b86 (diff) | |
download | workshops-e7c314cb1d20800f929951eeac75e046528a36c8.tar.gz workshops-e7c314cb1d20800f929951eeac75e046528a36c8.tar.bz2 workshops-e7c314cb1d20800f929951eeac75e046528a36c8.zip |
Changes made during REC Chennai workshop.
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} |