diff --git a/d2/d90/namespacegreedy__algorithms.html b/d2/d90/namespacegreedy__algorithms.html index c8cd8629b..0f431119f 100644 --- a/d2/d90/namespacegreedy__algorithms.html +++ b/d2/d90/namespacegreedy__algorithms.html @@ -125,19 +125,19 @@ Functions
1) can jump to the last index. for std::vector
-for IO operations
+for uint32_t
for assert for INT_MAX for IO operations
Greedy Algorithms
for assert for std::cout
Greedy Algorithms
-for array
+for array for IO operations for numeric limits
Greedy Algorithms
| void greedy_algorithms::findMinimumEdge | ( | -const int & | infinity, | +const T & | infinity, |
| - | const std::array< std::array< T, 6 >, 6 > & | graph ) | +const std::array< std::array< T, N >, M > & | graph ) |
#include <array>#include <iostream>#include <limits>#include <cstdint>@@ -129,10 +131,13 @@ Namespaces |
Functions | ||||||
| template<typename T > | ||||||
| void | greedy_algorithms::findMinimumEdge (const int &infinity, const std::array< std::array< T, 6 >, 6 > &graph) | |||||
| Finds the minimum edge of the given graph. | ||||||
| template<typename T , std::size_t N, std::size_t M> | ||||||
| void | greedy_algorithms::findMinimumEdge (const T &infinity, const std::array< std::array< T, N >, M > &graph) | |||||
| Finds the minimum edge of the given graph. | ||||||
| static void | test () | |||||
| Self-test implementations. | ||||||
| int | main () | |||||
| Main function. | ||||||
+
|
+ +static | +
Self-test implementations.
+define a large value for int define a large value for float define a large value for double define a large value for uint32_t
+