Content deleted Content added
mNo edit summary |
m link binary search algorithm using Find link |
||
Line 6:
==C implementation==
The uniform [[binary search algorithm]] looks like this, when implemented in [[C (programming language)|C]].
<!-- Please don't break this code. Test before editing! -->
|