Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hey All ,
i'm implementing a kruskal algorithm windows form application
and i can't do anything after these steps
would anyone help me Plz !?
Download
Posted
Updated 30-Dec-11 4:26am
v2
Comments
R. Giskard Reventlov 30-Dec-11 10:43am    
What steps? What, precisely, is the problem? Can't help if you don't tell us what is wrong!!!
mobilat 30-Dec-11 11:04am    
1st i should sort the edges in order of cost
this 2 columns (From ,, To ) define from and to which nodes the edge starts and end .
i don't know how to sort these 2 columns in order of the third column (cost)
that's only .. are there any help !?
mobilat 30-Dec-11 11:40am    
i did a constraint in column cost
look at the code of (Apply kruskal)button
and if i didn't write the cost , there is an exception :S and no message box be shown !

 
Share this answer
 
Comments
mobilat 31-Dec-11 9:37am    
thanks a lot :)
 
Share this answer
 
Comments
mobilat 30-Dec-11 11:06am    
thanks a lot for help .. but i can't get some parts of it
such , Quick sort function . i downloaded the source code and debug it
but still can't understand form which node he start and how he draw :S
could u help me ?
mobilat 30-Dec-11 12:35pm    
still there are no solution !?? :(

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