InterviewSolution
Saved Bookmarks
| 1. |
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-1Asked question is from Binary Decision Diagrams &And Inverter Graph topic in portion Graph of Data Structures & Algorithms II got this question in quiz. |
|
Answer» Correct option is (d) 2^5-1 |
|