November 27, 2023UGC-NET DEC-2019 Part-2Question 6 Consider the following languages: L1 = {anbncm} ∪ {an bm cm}, n. m ≥ o L2 = {ωωR |ω ∈ {a, b}*} Where R […]
November 27, 2023UGC-NET DEC-2019 Part-2Question 10 A tree has 2n vertices of degree 1, 3n vertices of degree 2, n vertices of degree 3. Determine the number of vertices and […]
November 27, 2023UGC-NET DEC-2019 Part-2Question 13 What is the worst case running time of Insert and Extract-min, in an implementation of a priority queue using an unsorted array? Assume that […]
November 27, 2023Question 10701 – Data-StructuresA binary tree with n > 1 nodes has n1, n2 and n3 nodes of degree one, two and three respectively. The degree of a node is defined […]