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
$\epsilon$-closure algorithm for NFA (Σ, Q, q0, Fn, δ), state set R and output state set R'
let R' = R // start states
while R != R'
let R = R' // continue from previous
let R' = R ∪ {{c1::{q | p ∈ R, (p, ε, q) ϵ 𝜎} }} // new ε-reachable states
The text was updated successfully, but these errors were encountered:
For the following card:
The text was updated successfully, but these errors were encountered: