Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 310 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 310 Bytes

Algortihms to analyse automata

1/Displaying FA on screen

2/Determinization and completion

3/Complementary Language

Prerequisites

C++ compiler

Compilling

g++ main.cpp -a main

Run

./main

Built With