sta|ker
- 12
- 0
Homework Statement
Give a recursive definition for the set
of bit strings \{ 0^{r} 1^{s} 0^{r} \| r, s \in N \}. Note the number of 0’s must be equal, but the
number of 1’s may be different from the number of 0’s.
Homework Equations
N/A
The Attempt at a Solution
I believe this is:
Basis: \lambda \in A
Recursive Step: If \omega \in A, then 0 \omega 1 \omega 0 \in A
I just want to verify if this is correct or not.
Thanks!