Edges and graphs - The solution below got cut off. Please let me know what is the total solution:
problem:
The number of strongly connected components in a graph G is k. By how much can this number change if ...
Fully connected graphs - Is it TRUE or FALSE that ( and why )
In an undirected graph(with no self loops), if every vertex has degree at least n/2, then the graph is fully connected ?
Thanks
Topological Sorting - An algorithm for computing a topological ordering of a DAG (Directed Acyclic Graph) repeatedly finds a node with no incoming edges and deletes it. This will eventually produce a topological ordering, ...
Edge connectivity - The edge connectivity of an undirected graph is the minimum number k of edges that must be removed to disconnect the graph. For example, the edge connectivity of a tree is 1, and the edge conn ...