Purchase Solution

Edges and graphs

Not what you're looking for?

Ask Custom Question

The solution below got cut off. Please let me know what is the total solution:

<b>problem:</b>
The number of strongly connected components in a graph G is k. By how much can this number change if we add a new edge?

<b>solution:</b>

If we add an edge to a biconnected graph with k strongly connected components, then there are three scenarios: the endpoints of the edge lie in different strongly connected component and there is no path between the two in the original graph, the endpoints of the edge lie in different strongly connected component and there is a path between the two in the original graph, and the endpoints of the edge lie in the same strongly connected component. In the former, the edge becomes a bridge, and thus the strongly connected components remain separate. In the middle case, the edge completes a simple cycle that includes the path between the two stongly connected components and thus the number of strongly connected components decreaseby n &#8722; 1, where n is the number of strongly connected components on that path (including the two in which the endpoints

Purchase this Solution

Solution Summary

Edges and graphs are emphasized.

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.