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.
1 parent aece5a2 commit 592c0d9Copy full SHA for 592c0d9
greedy_algorithms/binary_addition.cpp
@@ -80,7 +80,7 @@ class BinaryAddition {
80
} // namespace greedy_algorithms
81
82
/**
83
- * @brief Function to run tests for the addBinary method.
+ * @brief run self test implementation.
84
*/
85
void tests() {
86
greedy_algorithms::BinaryAddition binaryAddition;
0 commit comments