Computer Science 423/523
Finite Automata
Fall 2012

Weizhen Mao
Department of Computer Science
College of William and Mary


General Information | Schedules | Announcements | Lectures | Assignments | Exams

Assignments

Some LaTeX commands:

To produce the binary relation for ID's of a PDA, use $\vdash$.

To produce the derivation notation in LaTeX, use

\newcommand{\derive}{\Longrightarrow} %e.g., $S\derive 0S1$
\newcommand{\deriveU}[1]{\stackrel{#1}{\Rightarrow}}k %e.g., $S\deriveU{*}w$
\renewcommand{\labelitemi}{\Pisymbol{psy}{183}} \newcommand{\deriveL}[1]{{\renewcommand{\arraystretch}{0.4} \begin{array}{c} {~}\\{\Rightarrow}\\{\scriptstyle {#1}}\end{array}}} %e.g., $S\deriveL{G}0S1$
\newcommand{\deriveUL}[2]{{\renewcommand{\arraystretch}{0.4} \begin{array}{c} {\scriptstyle {#1}}\\{\Rightarrow}\\{\scriptstyle {#2}}\end{array}}} %e.g., $S\deriveUL{*}{G}w$


Homework 11 (Out 11/28 and due 12/05):

Homework 10 (Out 11/14 and due 11/28):

Homework 9 (Out 11/07 and due 11/14):

Homework 8 (Out 10/31 and due 11/07):

Homework 7 (Out 10/24 and due 10/31):

Homework 6 (Out 10/17 and due 10/24):

Homework 5 (Out 10/10 and due 10/17):

Homework 4 (Out 09/26 and due 10/10):

Homework 3 (Out 09/19 and due 09/26):

Homework 2 (Out 09/12 and due 09/19):

Homework 1 (Out 09/05 and due 09/12):

To help you get a quick start in LaTeX, here is a LaTeX file hw1.tex you may use for HW 1. I already typed in the problem statements, so you only need to fill in the solutions. When you turn in this homework, make sure you attach the LaTeX source file with the LaTeX printout.

Things to know/do:


Last modified: November 27, 2012