CSU390 04F: Homework 03

Created: Tue 28 Sep 2004
Last modified: 

Assigned: Tue 28 Sep 2004
Due: Tue 05 Oct 2004


General Instructions

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

  2. On the first page of each part 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 7 problems
Points: 20 pts per problem

  1. A string x is said to be a subsequence of a string y if the symbols in x appear, in order, within y. For example, the string x = aab is a subsequence of the string y = babab since the symbols a, a, and b appear in order within y; i.e.,

    However, the string aab is not a subsequence of babb.

  2. Exercise 1.16

  3. Convert the following finite automata to regular expressions:

  4. Problem 1.24

  5. Problem 1.27. (You may assume the result claimed in Problem 1.24.)

  6. Problem 1.31

  7. Problem 1.32, part (a)


Switch to:


jaa@ccs.neu.edu