How to find a path in graph with maximum edges?

How to find the MST of a directed graph with vertices that has no entering edges?

  • eg: http://upload.wikimedia.org/wikipedia/commons/6/67/Semantic_Net.svg what method to be followed to find the MST when there are vertices with no entering edges?

  • Answer:

    I'm a little rusty on my CS (mostly just program now), but MST = minimus spanning tree, right? If there is only one node with no entering edges, then that is your start node. However when there are more than one then it is impossible. Likewise, if there is only one node with no exiting edges then it must be your end point, but if there are more than one it is impossible.

Madurang... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.