NFA to DFA conversion (NFA to DFA conversion)

From Algorithm Wiki
Revision as of 14:04, 15 February 2023 by Admin (talk | contribs)
Jump to navigation Jump to search

Description

Convert a given nondeterministic finite automota (NFA) to a deterministic finite automota (DFA).

Parameters

n: number of states in the given NFA

Table of Algorithms

Name Year Time Space Approximation Factor Model Reference
Rabin–Scott powerset construction 1959 $O({2}^n)$ $O({1})$ Exact Deterministic Time

Time Complexity Graph

NFA to DFA conversion - Time.png

Space Complexity Graph

NFA to DFA conversion - Space.png

Pareto Frontier Improvements Graph

NFA to DFA conversion - Pareto Frontier.png