CSG713 04F: Homework 01

Created: Thu 16 Sep 2004
Last modified: 

Assigned: Thu 16 Sep 2004
Due: Wed 22 Sep 2004


Instructions

  1. Please review the grading policy outlined in the course information page.

  2. On the first page of your solution write-up, you must make explicit which problems are to be graded for "regular credit", which problems are to be graded for "extra credit", and which problems you did not attempt. Please use a table something like the following

    Problem01020304 0506070809...
    CreditRCRCRCECRC RCNARCRC...

    where "RC" is "regular credit", "EC" is "extra credit", and "NA" is "not applicable" (not attempted). Failure to do so will result in an arbitrary set of problems being graded for regular credit, no problems being graded for extra credit, and a five percent penalty assessment.

  3. You must also write down with whom you worked on the assignment. If this changes from problem to problem, then you should write down this information separately with each problem.


Problems

Required: 5 of the following 6 problems
Points: 20 pts per problem

  1. Problem 4-4 (b,h)

    Note: Part (h) is essentially a problem on bounding a summation; consider the technique we discussed in class.

  2. Problem 4-4 (f,j)

  3. Problem 4-4 (d)

    Hint: Do you think that the "+5" in the T(n/3 + 5) makes any difference, asymptotically? What about the "/2" in the additive term "n/2"? Perhaps you can come up with a good guess and then prove that guess correct...

  4. Give asymptotic upper and lower bounds for the following recurrence.

  5. Give asymptotic upper and lower bounds for the following recurrence.

    See CLRS pg. 55 for the definition of lg*.

  6. Give asymptotic upper and lower bounds for the following recurrence.

    Hint: This problem has a five line solution. You'll need to think "out of the box."


Switch to:


jaa@ccs.neu.edu