Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 246 Bytes

FiniteAutomata-server

server features :

  1. creating a finite Automata
  2. converting NFA to DFA
  3. Minimizing a finite automata
  4. show and delete the automata

Use "npm i" to install the dependencies, then use "npm start" to start the server.