.. 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 1
   :author: Mostafa Mohammed and Cliff Shaffer
   :institution: Virginia Tech
   :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.

NFA exercises
=============

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

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


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

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


