InterviewSolution
Saved Bookmarks
| 1. |
The And Inverter Graph representation of a Boolean function is more efficient than the Binary Decision Diagram.(a) True(b) FalseThis intriguing question originated from Binary Decision Diagrams &And Inverter Graph in section Graph of Data Structures & Algorithms IThis question was addressed to me in a national level competition. |
|
Answer» CORRECT option is (a) True Easiest EXPLANATION - The CONVERSION from the network logic is FASTER and more scalable than in the case of the Binary DECISION Diagram. |
|