Submission instructions for Assignment 5 Type your solutions to the three questions into three files named q1, q2 and q3. Be careful to adhere to the correct file formatting because your solutions will be checked by a computer programme. If you wish to declare that you have discussed your solution with other students (or used outside references for q3), type your declaration in a plain text file called declaration and submit it using the same procedure described below. Your solution to question 1 should be typed on a single line, with no spaces. Use E to represent the empty set regular expression, e to represent the empty string regular expression (epsilon), | for union, * for Kleene closure and do not use a dot for concatenation. Use round parentheses, but not square brackets. Thus, an example legal regular expression is: 01*|110E|(10|e)* Your solution to questions 2 and 3 should be plain text files in YUTMDF. To submit your solution to question 1, run the following command from your cs account: submit 2001 a5 q1 The solutions to other questions can be submitted similarly. You can also submit multiple files by typing, for example, submit 2001 a5 q1 q3 declaration If you realize that you would like to change one of your submitted files, just submit the new version of the file using the same command as above; the new version will replace the old version. (Of course, this must be done prior to the assignment deadline.) You might want to test out submitting a file prior to the deadline, just to make sure that you know how it works, since you can always resubmit later. If you get an error message when submitting, type "man submit" to get an explanation of the error message. (If you do not have a CS account, see a lab monitor in the southernmost computer lab on the first floor of the CSE Building. They will be able to set one up for you fairly quickly.)