Skip to content

🔮 Playing around with deterministic & non deterministic finite state automatas

Notifications You must be signed in to change notification settings

dunyaoguz/automata_wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automata_wizard

Directory

  • question1.py: A program that creates a transition diagram for any given dfa or nfa.
  • question2.py: A program that converts a nfa to a dfa and outputs a transition table and transition diagram for the converted dfa.
  • tables/: Contains the tables that the programs produce or take as input from the user.
  • graphs/: Contains the graphs that the programs produce.

Quick Start

  • Run python question1.py from the command line. Answer the questions directly on the terminal.
  • Run python question2.py from the command line. Fill in the table the program directs you to.

About

🔮 Playing around with deterministic & non deterministic finite state automatas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages