Google Groups unterstützt keine neuen Usenet-Beiträge oder ‑Abos mehr. Bisherige Inhalte sind weiterhin sichtbar.

Where is the so needed Graph class?

0 Aufrufe
Direkt zur ersten ungelesenen Nachricht

Miki B.

ungelesen,
03.02.2003, 16:46:3903.02.03
an
Hi,

I've searched for a lot of time for the indispensable Graph class,
with no success. Not finding even a simple well written graph source
code in Java came to me as a big surprise, considering the importance
of discrete graphs in computer science.

Has anyone seen a Java source code for a Graph class that supports
directed and undirected edges, weighted edges, shortest path
algorithms, max flow algorithms, mincut, vertex-cover, DFS, BFS and
the other invaluable algorithms for discreate graphs?

Bye, Miki.

Chris Esposito

ungelesen,
03.02.2003, 21:45:0503.02.03
an
How odd. I typed in "java graph algorithms" to Google and in less than an
hour had a dozen packages for graph data structures, algorithms, layout and
editing packages to play with. For my purposes, JGraph at
http://JGraph.sourceforge.net (A Swing control for graphs) was what I
wanted. Brown University's Java Data Structures Library is another
alternative, and BioLayout at
http://www.ebi.ac.uk/research/cgg/services/layout is a third.

Best of luck finding what you want.

chris

"Miki B." <miki...@yahoo.com> wrote in message
news:897fc97f.03020...@posting.google.com...

0 neue Nachrichten