precedence relations. One exam as vertices and edges represents I, then there is an edge from ver can easily be done by performing
precedence relations. One exam as vertices and edges represents I, then there is an edge from ver can easily be done by performing
Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
Related questions
Question
DO LETTERS A & B FOR UPVOTE. PLEASE SKIP THIS IF YOU ALREADY DID THIS. THANK YOU SO MUCH. I REALLY NEED DIFFERENT ANSWERS.

Transcribed Image Text:II. Read each problem carefully and present an algorithm with the required running-time to solve each
problem.
1. In class we discussed that directed acyclic graphs (DAG) can be used to represent
dependency/precedence relations. One example is modeling task dependency where tasks are
represented as vertices and edges represents direct dependencies between tasks, e.g., if task T
requires task T, then there is an edge from vertex i to vertex j. Arranging tasks with respect to their
dependencies can easily be done by performing topological sort to the DAG.
a. Describe an algorithm that runs in O(n + m) time that given two tasks, T, and I₁, determines if
task T, can be performed without performing task T₁. Note that I, is not required if it is not a direct
or indirect dependency of T. Task I, is an indirect dependency of task T, if there is no edge from
T, to T, but I must appear before 7, in the topological order.
b. Describe an algorithm that runs in O(n + m) time that given a task T₁, outputs the minimum
possible position of tasks T, in any topological order.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps

Recommended textbooks for you

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,

