Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
graph::spanning_tree::JarnikPrim Class Reference

#include <JarnikPrim.hpp>

Static Public Member Functions

template<typename TGraph , typename TNode >
static TGraph findSpanningTree (const TGraph &graph, const TNode &start)
 

Member Function Documentation

◆ findSpanningTree()

template<typename TGraph , typename TNode >
TGraph graph::spanning_tree::JarnikPrim::findSpanningTree ( const TGraph &  graph,
const TNode &  start 
)
static
Here is the call graph for this function:

The documentation for this class was generated from the following file: