Class Floyd

java.lang.Object
  extended by Floyd

public class Floyd
extends java.lang.Object

berechnet alle kuerzesten Wege und ihre Kosten mit Algorithmus von Floyd


Constructor Summary
Floyd()
           
 
Method Summary
static void floyd(int n, double[][] c, double[][] d, int[][] p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Floyd

public Floyd()
Method Detail

floyd

public static void floyd(int n,
                         double[][] c,
                         double[][] d,
                         int[][] p)