Re: text files for graph structure

"Wouter Lievens" <lievenswouter@snotmail.com>
18 Jul 2004 09:41:50 -0400

          From comp.compilers

Related articles
text files for graph structure lore8080@yahoo.it (2004-07-17)
Re: text files for graph structure lievenswouter@snotmail.com (Wouter Lievens) (2004-07-18)
Re: text files for graph structure itz@buug.org (Ian Zimmerman) (2004-07-19)
Re: text files for graph structure lore8080@yahoo.it (2004-07-19)
Re: text files for graph structure lore8080@yahoo.it (2004-07-28)
Re: text files for graph structure k_kuruvilla@yahoo.com (2004-07-28)
| List of all articles for this month |

From: "Wouter Lievens" <lievenswouter@snotmail.com>
Newsgroups: comp.compilers
Date: 18 Jul 2004 09:41:50 -0400
Organization: -= Belgacom Usenet Service =-
References: 04-07-052
Keywords: tools
Posted-Date: 18 Jul 2004 09:41:50 EDT

"LMS" <lore8080@yahoo.it> schreef in bericht
> My question is:
> i'm looking for a txt file, or more than one,
> that describe a graph:
>
> vertex1 vertex2 weight
> vert vert weigth
> . . .
> . . .
> . . .
> vert vert weigth
> with at least, more than 100 rows.
>
> Anyone know where i can get a file like that?
> i need it because i want to test a dijkstra's algorithm.


You should take a look at the DOT language.


http://www.research.att.com/sw/tools/graphviz/


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.