mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 07:25:42 +08:00
Comments updated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user