You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, an NFA can contain an eps edge leading to a node leading to an eps edge. This is unnecessary.
Define reduce_nodes(::NFA) such that every node has epsilon edges directly to their entire epsilon closure.
The text was updated successfully, but these errors were encountered:
Currently, an NFA can contain an eps edge leading to a node leading to an eps edge. This is unnecessary.
Define
reduce_nodes(::NFA)
such that every node has epsilon edges directly to their entire epsilon closure.The text was updated successfully, but these errors were encountered: