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 074583a commit 12d0b29Copy full SHA for 12d0b29
greedy_algorithms/binary_addition.cpp
@@ -1,7 +1,7 @@
1
/**
2
* @file binary_addition.cpp
3
* @brief Adds two binary numbers and outputs resulting string
4
- * @see https://www.geeksforgeeks.org/cpp-program-to-add-two-binary-strings/
+ *
5
* @details The algorithm for adding two binary strings works by processing them
6
* from right to left, similar to manual addition. It starts by determining the
7
* longer string's length to ensure both strings are fully traversed. For each
0 commit comments