TOPICS
#6
Subset Construction
Turn an NFA into a DFA by naming each reachable state-set as one DFA state, then watch the conversion stay cheap until a pattern makes the state count double toward 2 to the n.
14 min
#7
DFA vs NFA Engines
Sort the real engines into the two families that either compile a machine or explore choices, see why one can never hang while only the other supports backreferences, and pick the family a given constraint demands.
13 min