Removed link

Removed @see link in header documentation

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
Muhammad Junaid Khalid
2024-10-19 16:08:41 +05:00
committed by GitHub
parent 074583a2ee
commit 12d0b2970a

View File

@@ -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