Skip to content

mikelangmayr/dfa-visualize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFA visualization tool

Create a deterministic finite automata (DFA) and use it to parse binary strings. Features:

  • Add states
  • Add transitions between states
  • Allow 1 transition for each letter from each state
  • Add accepting states
  • Make start state accepting
  • Parse binary strings
  • Reset graph

image

To run locally

Install dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deployed on Vercel

Demo: https://dfa-visualize.vercel.app/

About

A web-based visualization tool for deterministic finite automata (DFA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published