mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 13:54:36 +00:00
Compilation Error otherBinarySearch #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ankitrgadiya on GitHub (Sep 29, 2017).
This is because pre-processor is replacing
lenwith 5 in the function prototype.https://stackoverflow.com/a/7103183
@koseokkyu commented on GitHub (Dec 4, 2017):
The compilation error of otherbinarysearch was modified in #103 with logic error.
@SUBHAROOP commented on GitHub (Jan 1, 2018):
i want to work on this and try to fix this