Question: A directed acyclic graph (DAG) is called a lattice if it has one vertex reach-able from any other vertex (sink), and one vertex such that
A directed acyclic graph (DAG) is called a lattice if it has one vertex reach-able from any other vertex (sink), and one vertex such that every other vertex can be reached from it (source). Give an efficient algorithm to determine if a given DAG is a lattice. Provide justification of the correctness and analyze running time complexity of your algorithm. Your algorithm has to have a running time in O(|V|+|E|).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
