Class KruskalForest

java.lang.Object
org.drip.graph.core.Forest
org.drip.graph.mstgreedy.KruskalForest
Direct Known Subclasses:
BoruvkaForest

public class KruskalForest
extends Forest
KruskalForest implements the Extensions to a Forest required by the Kruskal MSF Generator. The References are:

  • Bollobas, B. (1998): Modern Graph Theory Springer
  • Eppstein, D. (1999): Spanning Trees and Spanners https://www.ics.uci.edu/~eppstein/pubs/Epp-TR-96-16.pdf
  • Gross, J. L., and J. Yellen (2005): Graph Theory and its Applications Springer
  • Kocay, W., and D. L. Kreher (2004): Graphs, Algorithms, and Optimizations CRC Press
  • Wikipedia (2020): Spanning Tree https://en.wikipedia.org/wiki/Spanning_tree




Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • KruskalForest

      public KruskalForest()
      KruskalForest Constructor