.. 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::
   :title: NFA Exercises 2
   :author: Mostafa Mohammed and Cliff Shaffer
   :requires:
   :satisfies:
   :topic: NFA exercises
   :keyword: Finite Automata; Non-Deterministic Finite Automata
   :naturallanguage: en
   :programminglanguage: N/A
   :description: Exercises to practice creating NFA or converting an NFA to an equivalent DFA: Second set.

More NFA exercises
==================

NFA to DFA
----------

.. .. WARNING: The grader does not work on either of these two
   NFA->DFA exercises

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/FA/NFAtoDFAex1long.html pe
   :long_name: NFAtoDFA exercise 1 long version
   :keyword: Finite Automata; Non-Deterministic Finite Automata

|

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/FA/NFAtoDFAex2.html pe
   :long_name: NFAtoDFA exercise 2
   :keyword: Finite Automata; Non-Deterministic Finite Automata


Create NFA
----------

.. avembed:: AV/OpenFLAP/exercises/FLAssignments/FA/NFAex2.html pe
   :long_name: Create a NFA 2
   :keyword: Finite Automata; Non-Deterministic Finite Automata


