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 916ead7 commit 3f07ca4Copy full SHA for 3f07ca4
greedy_algorithms/binary_addition.cpp
@@ -81,6 +81,7 @@ class BinaryAddition {
81
82
/**
83
* @brief run self test implementation.
84
+ * @returns void
85
*/
86
static void tests() {
87
greedy_algorithms::BinaryAddition binaryAddition;
0 commit comments