Computer Science Fundamentals Algorithms Subjective
Feb 26, 2013

Mention the applications of DAGs.

Detailed Explanation

•    We can automatically detect common sub expressions.
•    We can determine the statements that compute the values, which could be used outside the block.
•    We can determine which identifiers have their values used in the block.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback