Graph/testFS.c File Reference

Driver to simply test the loading of a graph. Loads up a graph and outputs the number of vertices. More...

#include <stdio.h>
#include "Graph.h"

Functions

int main (int argc, char **argv)
 Launch the application.


Detailed Description

Driver to simply test the loading of a graph. Loads up a graph and outputs the number of vertices.

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

Launch the application.

Algorithm Development Kit 1.0