MC logo

Trivial Graph Input

^  Dr. Bennet

Tswitch

Main Page
F06 Assignment
Download Library
CCSC '07 Paper

Clients for Tswitch

Save And Restore
Restack
Multiple Stacks

Clients for the F06 Assignment

Simple
Thread Demolition Derby
Graph Search
This is an input file for the graph search. It defines a trivial weighted graph with three nodes and two arcs, then makes three shortest-path requests. The last request is not connected, so the program will show its cost as infinity.

grin1.txt Graph With Positive Weights>>
fred -> barney 10
barney -> alice 8
@
fred => alice
fred => barney
alice => fred

Graph With Positive Weights>>