Comments updated

This commit is contained in:
mjk22071998
2024-10-12 15:05:59 +05:00
parent aece5a24b3
commit 592c0d9005

View File

@@ -80,7 +80,7 @@ class BinaryAddition {
} // namespace greedy_algorithms
/**
* @brief Function to run tests for the addBinary method.
* @brief run self test implementation.
*/
void tests() {
greedy_algorithms::BinaryAddition binaryAddition;