mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
[TI] Compact: Clarifications & spelling fixes
This commit is contained in:
@@ -146,8 +146,8 @@ Thus, all four words have to lay in pairwise distinct states and we thus need at
|
||||
|
||||
|
||||
\subsection{Non-determinism}
|
||||
The most notable differences between deterministic and non-deterministic FA is that the transition function maps is different: $\delta: Q \times \Sigma \rightarrow \cP(Q)$.
|
||||
I.e., there can be any number of transitions for one symbol from $\Sigma$ from each state.
|
||||
The most notable differences between deterministic and non-deterministic FA is that the transition function is different: $\delta: Q \times \Sigma \rightarrow \cP(Q)$.
|
||||
I.e., there can be any number of transitions for one symbol of $\Sigma$ for each state.
|
||||
This is (in graphical notation) represented by arrows that have the same label going to different nodes.
|
||||
|
||||
It is also possible for there to not be a transition function for a certain element of the input alphabet.
|
||||
|
||||
Reference in New Issue
Block a user