Two Binary Search Functions in C


/ Published in: C
Save to your folder(s)

Two versions of binary search -- one recursive, one iterative -- for an array of strings.
Both assume that your array index fits within an integer.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.