Skip to content

hemangsk/automata-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages