Re: Kruskal algorythm.
- From: "John B. Matthews" <nospam@xxxxxxxxxx>
- Date: Fri, 09 Jan 2009 07:41:56 -0500
In article
<5f754214-3dba-4821-a117-8751cee03281@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
noaco <www.toba@xxxxxxxxx> wrote:
On 9 Gen, 04:13, "John B. Matthews" <nos...@xxxxxxxxxx> wrote:[Please trim signatures.]
In article
<0dbee0a1-f0fc-41a0-b928-0df151b57...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
noaco <www.t...@xxxxxxxxx> wrote:
i have this project for my university based on an hypotethical
firemen's network message system. I should provide information
about the network through a Graph, with nodes and bows (Grafo,
nodi e archi), every bow should contain two weights, the message
sending cost between the nodes, and the message delivery time,
proportional to the cost, for ex. if time is 1 cost is 10 if time
is 5 cost is 5. After that i should find the minimum spanning
tree with the kruskal algorythm. I have my own library to do it,
which includes a jar file in which there are the classes and
interfaces to be used. I'm new on this I never coded in Java and
anyone can suggest me how to build a class from those interfaces?
Attached in the file there is the file.
Usenet has no way to attach files, unless they are text or encoded
as text. Line wrap makes it awkward to post non-trivial sources. As
you are using Google Groups, you might investigate Google Sites or
Code as a place to host files. You might also you use Google to
search for comparable Java implementations.
you can find the library here
http://noaco.selfip.com/wordpress/wp-content/uploads/2009/01/asdlab.jar
This appears to be only the compiled classes, without source code or API
documentation. I see your jar file has a manifest, but no Main-Class is
indicated. Are you supposed to use this library to create your program?
--
John B. Matthews
trashgod at gmail dot com
http://home.roadrunner.com/~jbmatthews/
.
- Follow-Ups:
- Re: Kruskal algorythm.
- From: noaco
- Re: Kruskal algorythm.
- References:
- Kruskal algorythm.
- From: noaco
- Re: Kruskal algorythm.
- From: John B. Matthews
- Re: Kruskal algorythm.
- From: noaco
- Kruskal algorythm.
- Prev by Date: Re: Kruskal algorythm.
- Next by Date: Re: Kruskal algorythm.
- Previous by thread: Re: Kruskal algorythm.
- Next by thread: Re: Kruskal algorythm.
- Index(es):
Relevant Pages
|