Complete the attached questions. Consider the following directed graph for each of the problems: 1. Perform a breadth-first search on the graph

Complete the attached questions.

Consider the following directed graph for each of the problems:

1. Perform a breadth-first search on the graph assuming that the vertices and adjacency lists are

listed in alphabetical order. Show the breadth-first search tree that is generated.

2. Perform a depth-first search on the graph assuming that the vertices and adjacency lists are

listed in alphabetical order. Classify each edge as tree, forward, back or cross edge. Label

each vertex with its start and finish time.

3. Remove all the back edges from the graph so it becomes a DAG. Perform a depth-first search

recording the start and finish times. Using those finish times, provide the topological order

that is produced. Provide one breadth-first topological order for that graph.

4. Determine the strongly connected components of the graph using the algorithm provided in

the sample problems. Show the final depth-first search of the transpose graph labeled with its

start and finish times. Identify the strongly connected components based on that search.

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

System Analysis and Design Assignment 13,1 – Data Management

System Analysis and Design Assignment 13,1 – Data Management This is a required assignment, worth 20 points, and must be submitted by the due date. Review the Grading Rubric before completing this assignment. Research a scholarly paper on the impact of “Emerging Technologies on SAD” and reflect on only one

Capstone 2408906454 Design and Analysis of a Simple Computer System Objective:

Capstone 2408906454 Design and Analysis of a Simple Computer System Objective: Students will design, simulate, and analyze the architecture of a simplified computer system, applying concepts from Stephen D. Burd’s materials such as the CPU, memory hierarchy, I/O, and instruction set architecture (ISA). Components: 1. System Design: . CPU Design: