Search code examples
javadfastate-machinenfa

Java library for converting NFA to DFA


I am looking for a Java library which can convert Non-deterministic Finite Automaton to Deterministic Finite Automaton. Is there any?


Solution

  • You should probably have a look at JAutomata:

    http://jautomata.sourceforge.net/