Example Grammar
G = ({0, 1}, {S, A, B}, S, P), where
P = {
S -> 01S
S -> 10S
S -> 0S1
S -> 1S0
S -> 01
S -> 10
}
Previous slide
Next slide
Back to first slide
View graphic version