Describe the set of strings that belong to the set A defined recursively as follows BASIC STEP: λ ∈ A, 1 ∈ A RECURSIVE STEP: If x ∈ A then 0x ∈ A and x0 ∈ A.
A is the set of all strings over alphabet {0, 1} that are consituted by a sequence of zeros followed by a sequence of ones or a sequence of ones by a sequence of zeros and where both sequences have the same number of elements.