We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests()
1 parent e0fc3d8 commit 916ead7Copy full SHA for 916ead7
greedy_algorithms/binary_addition.cpp
@@ -82,7 +82,7 @@ class BinaryAddition {
82
/**
83
* @brief run self test implementation.
84
*/
85
-void tests() {
+static void tests() {
86
greedy_algorithms::BinaryAddition binaryAddition;
87
88
// Valid binary string tests
0 commit comments