Grading Notes:

Write a program for Antony Morphett's Turing Machine Simulator:
http://morphett.info/turing/turing.html
that accepts all strings that have the same number of 0's and 1's.

Hint: There are many, many ways to do this. Write out some sample strings, and brainstorm about how you would do it by hand, then translate into pseudocode, then into a Turing Machine.