Eliminate left recursion from the following grammar:
Draw the syntax tree and DAG from the following expression.
if x>0 then x=3*(y+1) else y=y+1
What is tree traversal?
Find the time complexity of Binary Search Algorithm.
Write a C program to find the factorial of any number.
What is a minimum spanning tree ? Describe Huffman’s Algorithm.
Write a C program to find a no. is PALINDROME or NOT.
Explain the LOC, Function point and Feature point?