mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
Comments updated
This commit is contained in:
@@ -80,7 +80,7 @@ class BinaryAddition {
|
|||||||
} // namespace greedy_algorithms
|
} // namespace greedy_algorithms
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Function to run tests for the addBinary method.
|
* @brief run self test implementation.
|
||||||
*/
|
*/
|
||||||
void tests() {
|
void tests() {
|
||||||
greedy_algorithms::BinaryAddition binaryAddition;
|
greedy_algorithms::BinaryAddition binaryAddition;
|
||||||
|
|||||||
Reference in New Issue
Block a user