Skip to content

Proyecto del curso de diseño de lenguajes de programación, incluye AFN's, AFD por subconjuntos y directo y algoritmo de minimización

Notifications You must be signed in to change notification settings

fcpauldiaz-archive/Automata

Repository files navigation

Automata

Project to construct AFN's (Non deterministic automaton) using Thomson's Algorithim.

Constructs AFD converting from AFN to AFD by subset's method.

Create a direct AFD.

Minimize an AFD created by direct method.

Minimize an AFD create by subsets method.

Use graphviz to render automatas.

Usage Instructions

  1. Compile with java and run (delete package from each class)
  2. Use an IDE to compile project.

About

Proyecto del curso de diseño de lenguajes de programación, incluye AFN's, AFD por subconjuntos y directo y algoritmo de minimización

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages