kth.csc.inda
Class GraphAlgorithms

java.lang.Object
  extended by kth.csc.inda.GraphAlgorithms

public class GraphAlgorithms
extends java.lang.Object

An example implementation of depth first search.

Version:
2012-12-30
Author:
Stefan Nilsson

Constructor Summary
GraphAlgorithms()
           
 
Method Summary
static void main(java.lang.String[] args)
          Builds an undirected graph and prints the components to stdout.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphAlgorithms

public GraphAlgorithms()
Method Detail

main

public static void main(java.lang.String[] args)
Builds an undirected graph and prints the components to stdout.

Parameters:
args - not used