Skip to content

wojtek-rybak/haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementacja niedeterministycznych automatów skończonych.


Format pliku wejściowego:

liczba stanów
lista stanów startowych
lista stanów akceptujących
stan symbole stan ... stan
...
stan symbole stan ... stan
słowo

na przykład:

4
[1]
[3,4]
1 C 1 2
1 AB 1
2 B 3
3 A 4
ABABABACBA


Sposób użycia:

ghc RunAuto.hs
./RunAuto Test.in

Jeżeli automat akceptuje słowo, wynikiem jest True. 
W przeciwnym wypadku wynik to False.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published