Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.15 KB

README.md

File metadata and controls

76 lines (51 loc) · 1.15 KB

automata_python

PyPI version


Installation

  • Using PIP
pip install automata_python
  • Using GitHub
git clone https://github.com/hemangsk/automata-python.git

Project Structure

automata
  • fa
    finite automata package
-
data-structures
contains the data structures used
fa
  • DFA
    Deterministic Finite Automata
-
NDFA
Non Deterministic Finite Automata
-
Mealy
Mealy Machine
-
Moore
Moore Machine
data-structures
  • Stack
    The class implementing Stack