Skip to content

Commit 12d0b29

Browse files
Removed link
Removed @see link in header documentation Co-authored-by: realstealthninja <[email protected]>
1 parent 074583a commit 12d0b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/binary_addition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file binary_addition.cpp
33
* @brief Adds two binary numbers and outputs resulting string
4-
* @see https://www.geeksforgeeks.org/cpp-program-to-add-two-binary-strings/
4+
*
55
* @details The algorithm for adding two binary strings works by processing them
66
* from right to left, similar to manual addition. It starts by determining the
77
* longer string's length to ensure both strings are fully traversed. For each

0 commit comments

Comments
 (0)