Click here to Skip to main content
15,886,563 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
make a Routers’ Graph to apply some useful algorithms on it. This Graph
must be stored in orthogonal List.
Finding Minimum Distances
In Network Communication System, the shortest path between the transmitter and receiver is
of most importance. Dijkestra Algorithm can suggest the shortest path between any two nodes
which are linked together by at least one path. implement Dijkestra’s Algorithm to
find the shortest path between one transmitter and all other existing nodes in the Routers’ graph.
The source node will be selected by the user and then your program must apply the Dijkestra
algorithm to find the minimum distances from that source to all other possible destinations in the
graph.
Finding Minimum Spanning Tree
In this Network Communication System, the Minimum Spanning Tree (MST) of the Routers’
apply the Kruskal’s Algorithm to find the MST of
the routers’ graph.
Posted
Updated 3-Feb-14 13:36pm
v2
Comments
Richard MacCutchan 1-Feb-14 10:26am    
OK, go ahead and do it.

1 solution

This is not a question.
CP helps people to learn. We neither do their assignments/homeworks/projects nor supply source code.
what-have-you-tried[^]
If you encounter any difficulties with your coding, always consult Google first, everything else fails, then visit CP and ask questions related to specific issues.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900