How many nodes are required to create a Binary Decision Tree having 4 variables?
(a) 2^4
(b) 2^4-1
(c) 2^5
(d) 2^5-1
Asked question is from Binary Decision Diagrams & And Inverter Graph topic in portion Graph of Data Structures & Algorithms I
I got this question in quiz.