i have to construct this PDA, but i am confused on how is possible to keep track a string index xi and yi? thanks in advance
Construct a PDA that accepts { x#y | x, y in {0, 1}* such that x ≠ y and xi = yi for some i, 1 ≤ i ≤ min(|x|, |y|) }.
i have to construct this PDA, but i am confused on how is possible to keep track a string index xi and yi? thanks in advance
Construct a PDA that accepts { x#y | x, y in {0, 1}* such that x ≠ y and xi = yi for some i, 1 ≤ i ≤ min(|x|, |y|) }.