Computer Sciences > Gate 2022 > 1
Consider the following languages:
L1 = {ww | w ∈ {a, b}* }
L2 = {anbncn | m, n≥ 0}
L3 = {ambncn | m, n≥ 0}
Which of the following statements is/are FALSE?L2 = {anbncn | m, n≥ 0}
L3 = {ambncn | m, n≥ 0}
Explanation
Correct : b,c,d
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.