.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :author:Tenghui Zhang
   :satisfies: DFA Module
   :topic: Finite Automata


DFA: Deterministic Finite Acceptor
=================================

Another DFA Acceptance/Rejection Example
----------------------------------------

Now let's see how this machine accepts / rejects some strings.

.. inlineav:: AcceptRejectString ss
   :links: DataStructures/FLA/FLA.css AV/VisFormalLang/FA/TraceEvenBinaryDFACON.css
   :scripts: DataStructures/FLA/FA.js AV/Tenghui/AcceptRejectString.js AV/Tenghui/randomQuestions.js
   :output: show





