InterviewSolution
Saved Bookmarks
| 1. |
In which of the following case does a Propositional Directed Acyclic Graph is used for?(a) Representation of Boolean Functions(b) String Matching(c) Searching(d) Sorting of numberThe question is from Propositional and Directed Acyclic Word Graph topic in portion Graph of Data Structures & Algorithms II have been asked this question by my college director while I was bunking the class. |
|
Answer» RIGHT ANSWER is (a) Representation of Boolean Functions To explain: A Propositional DIRECTED ACYCLIC Graph is used to represent a boolean function. |
|