|
Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
for std::vector More...
Functions | |
| template<typename T > | |
| void | findMinimumEdge (const int &infinity, const std::array< std::array< T, 6 >, 6 > &graph) |
| Finds the minimum edge of the given graph. | |
| void greedy_algorithms::findMinimumEdge | ( | const int & | infinity, |
| const std::array< std::array< T, 6 >, 6 > & | graph | ||
| ) |
Finds the minimum edge of the given graph.
| infinity | Defines the infinity of the graph |
| graph | The graph that will be used to find the edge |