DFA Calculator

Authored by: Shane Casiano, Jade Spahr, and Amanda Wiggins

Instructions

    *Please be sure to avoid adding any spaces unless explicitly instructed below*
  • Alphabet

    Alphabet is a comma-separated list where each value is ranging from 0 - 9

  • States

    States is a comma-separated list where each element is ranging from a - z

  • Start State

    The start state is a single element ranging from a - z

  • Accept States

    The accept states is a comma-separated list where each element is a - z

  • Transition Function

    The transition function must use the following format:
    state,inputValue=stateDestination
    There must only be one such function per line

Input to Generate DFA