Presentation is loading. Please wait.

Presentation is loading. Please wait.

Topological Sort Example This job consists of 10 tasks with the following precedence rules: Must start with 7, 5, 4 or 9. Task 1 must follow 7. Tasks 3.

Similar presentations


Presentation on theme: "Topological Sort Example This job consists of 10 tasks with the following precedence rules: Must start with 7, 5, 4 or 9. Task 1 must follow 7. Tasks 3."— Presentation transcript:

1 Topological Sort Example This job consists of 10 tasks with the following precedence rules: Must start with 7, 5, 4 or 9. Task 1 must follow 7. Tasks 3 & 6 must follow both 7 & 5. 8 must follow 6 & 4. 2 must follow 4. 10 must follow 2. Make a directed graph and then a list of ordered pairs that represent these relationships.

2 9 1 7 3 5 4 6 8 2 10 Tasks listed as ordered pairs: 7,1 7,3 7,6 5,3 5,6 6,8 4,8 4,2 2,10 Tasks shown as a directed graph.

3 Predecessor CountsSuccessors 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 1 1 1 2 2 2 0 0 0 0 8 2 3 6 8 136

4 Place all tasks that have zero predecessors in a “bag”. BAGBAG 4 5 7 9 Step 1. Remove any task from the bag and place in sorted list. BAGBAG 4 5 9 Step 2. Update Predecessor and Successor arrays as needed. Sorted List: 7,

5 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 0 1 1 1 1 2 0 0 0 10 8 2 3 6 8 Predecessor CountsSuccessors 136

6 Step 3. Add to bag any tasks that now have zero predecessors. BAGBAG 4 5 9 1 Step. 4. Repeat steps 1, 2, and 3 until all predecessor counts are -1. (We are performing a “loop” or repetition.)


Download ppt "Topological Sort Example This job consists of 10 tasks with the following precedence rules: Must start with 7, 5, 4 or 9. Task 1 must follow 7. Tasks 3."

Similar presentations


Ads by Google