Computer Sciences > Gate 2017 Set-2 > Grammer
Identity the language generated by following grammar where S is the start variable.
S --> XY
X --> aX | a
Y --> aYb | β
X --> aX | a
Y --> aYb | β
Explanation
Correct : Grammar
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.