CS 3341, Recitation Section, Problem list 3. For Feb 3, 5. Work on problems from the text: Page 60, exercise set 2.2: Problems 2 (a-d), 3 (a-e), 5 (Of these, 2 and 3 (a, b, d) were on the recent homework.) Also in 5, rewrite in simplified Big-Theta notation. Compare other growth functions, ordering the following and writing them in simplified Big-Theta notation: (0.5)*n^2 100*n^(3/2) + 20*n n*n^(1/3) + n*log(n) (log(n))^3 log(n^3)