0 0 votes In any CNF grammar G, how many nodes will all parse trees for terminal string of length n>0 generated by G have? a) 2n-1 b) 3n-1 c) 2n+1 d) 3n+1 Theory of Computation theory-of-computation + – srestha 1.2k views answer comment Share Follow Print See all 5 Comments 5 5 Comments reply Anu007 commented Dec 30, 2017 reply Follow flag Equal to binary tree = 2n -1 0 0 replyShare pranab ray commented Dec 30, 2017 reply Follow flag is it 2^n-1? 0 0 replyShare Ashwin Kulkarni commented Dec 30, 2017 reply Follow flag CNF forms binary tree hence 2n-1 0 0 replyShare srestha commented Dec 30, 2017 reply Follow flag no ans b) 0 0 replyShare Hira Thakur commented Dec 30, 2017 reply Follow flag how b?? 0 0 replyShare Please log in or register to add a comment.
1 1 vote None of the options are correct. The correct answer is 3n-1.Source: https://asishm.myweb.cs.uwindsor.ca/cs354/F11/practiceSheets/solutionsPracticeSht4.pdf Somansh_V answered Nov 20, 2025 Somansh_V comment Share Follow 0 reply Please log in or register to add a comment.