DFA Minimization

Given a finite deterministic automaton (DFA) from a class CC of DFAs, determine its minimal automaton given by the equivalence relation on states.

Parameters

  • nn: number of states
  • dd: number of transitions
  • kk: size of alphabet

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
Hopcroft's algorithm1971O(knlogn)O(kn \log n)O(kn)O(kn)
Brzozowski's algorithm1963O(2n)O(2^n)O(2n)O(2^n)
Moore's algorithm1956O(n2k)O(n^2 k)O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table