mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 15:05:47 +08:00
Removed link
Removed @see link in header documentation Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
074583a2ee
commit
12d0b2970a
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file binary_addition.cpp
|
||||
* @brief Adds two binary numbers and outputs resulting string
|
||||
* @see https://www.geeksforgeeks.org/cpp-program-to-add-two-binary-strings/
|
||||
*
|
||||
* @details The algorithm for adding two binary strings works by processing them
|
||||
* from right to left, similar to manual addition. It starts by determining the
|
||||
* longer string's length to ensure both strings are fully traversed. For each
|
||||
|
||||
Reference in New Issue
Block a user